#FA49D6

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

Shades of Razzle Dazzle Rose #FA49D6

Tints of Razzle Dazzle Rose #FA49D6

Color information

#FA49D6 (or 0xFA49D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 49 and D6. RGB value is (250,73,214). Sum of RGB (Red+Green+Blue) = 250+73+214=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49D6 is #05B629. Grayscale: #8D8D8D. Windows color (decimal): -374314 or 14043642. OLE color: 14043642.

HSL color Cylindrical-coordinate representation of color #FA49D6: hue angle of 312.2º 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 #FA49D6 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB25073214-
CMYK00.710.140.02
HSL312.2º94.65%63.33%-
HSV(B)312.2º70.8%98.04%-
XYZ53.9429.9466.55-
YUV142168.64205.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 73 (28.91% from 255) = 13.59%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=46.55%
G=13.59%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507321400.710.140.02312.294.6563.33
HexFA49D6047E21385f3f
Octal372111326010716247013777
Binary11111010100100111010110010001111110101001110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49D6; }

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

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

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

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

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

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

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

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