#FA49BE

Color #FA49BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FA49BE

Tints of Razzle Dazzle Rose #FA49BE

Color information

#FA49BE (or 0xFA49BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 49 and BE. RGB value is (250,73,190). Sum of RGB (Red+Green+Blue) = 250+73+190=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49BE is #05B641. Grayscale: #8A8A8A. Windows color (decimal): -374338 or 12470778. OLE color: 12470778.

HSL color Cylindrical-coordinate representation of color #FA49BE: hue angle of 320.34º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49BE is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB25073190-
CMYK00.710.240.02
HSL320.34º94.65%63.33%-
HSV(B)320.34º70.8%98.04%-
XYZ51.128.8151.58-
YUV139.26156.64206.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 73 (28.91% from 255) = 14.23%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=48.73%
G=14.23%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507319000.710.240.02320.3494.6563.33
HexFA49BE0471821405f3f
Octal372111276010730250013777
Binary111110101001001101111100100011111000101010000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49BE; }

 p { color: rgb(250,73,190); }

 H1.HeaderClassName
 {
   color: #FA49BE;
 }
 .AnyTagClassName
 {
   color: #FA49BE;
 }
</style>
background-color css

<style>
 a { background-color: #FA49BE; }

 a { background-color: rgb(250,73,190); }

 div.DivClassName
 {
   background-color: #FA49BE;
 }
 .BgClassName
 {
   background-color: #FA49BE;
 }
</style>
border-color css

<style>
 span { border-color: #FA49BE; }

 span { border-color: rgb(250,73,190); }

 td.TdClassName
 {
   border-color: #FA49BE;
 }
 .TagClassName
 {
   border-color: #FA49BE;
 }
</style>