#FA47C9

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

Shades of Razzle Dazzle Rose #FA47C9

Tints of Razzle Dazzle Rose #FA47C9

Color information

#FA47C9 (or 0xFA47C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 47 and C9. RGB value is (250,71,201). Sum of RGB (Red+Green+Blue) = 250+71+201=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47C9 is #05B836. Grayscale: #8B8B8B. Windows color (decimal): -374839 or 13191162. OLE color: 13191162.

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

Color convert

RGB25071201-
CMYK00.720.200.02
HSL316.42º94.71%62.94%-
HSV(B)316.42º71.6%98.04%-
XYZ52.2229.0558.11-
YUV139.34162.8206.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 71 (28.12% from 255) = 13.60%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=47.89%
G=13.60%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507120100.720.200.02316.4294.7162.94
HexFA47C904814213c5f3f
Octal372107311011024247413777
Binary111110101000111110010010100100010100101001111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47C9; }

 p { color: rgb(250,71,201); }

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

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

 a { background-color: rgb(250,71,201); }

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

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

 span { border-color: rgb(250,71,201); }

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