#FA49C8

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

Shades of Razzle Dazzle Rose #FA49C8

Tints of Razzle Dazzle Rose #FA49C8

Color information

#FA49C8 (or 0xFA49C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 49 and C8. RGB value is (250,73,200). Sum of RGB (Red+Green+Blue) = 250+73+200=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49C8 is #05B637. Grayscale: #8C8C8C. Windows color (decimal): -374328 or 13126138. OLE color: 13126138.

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

Color convert

RGB25073200-
CMYK00.710.20.02
HSL316.95º94.65%63.33%-
HSV(B)316.95º70.8%98.04%-
XYZ52.2329.2657.54-
YUV140.4161.64206.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 73 (28.91% from 255) = 13.96%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=47.80%
G=13.96%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507320000.710.20.02316.9594.6563.33
HexFA49C804714213d5f3f
Octal372111310010724247513777
Binary111110101001001110010000100011110100101001111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49C8; }

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

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

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

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

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

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

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

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