#FA47CA

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

Shades of Razzle Dazzle Rose #FA47CA

Tints of Razzle Dazzle Rose #FA47CA

Color information

#FA47CA (or 0xFA47CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 47 and CA. RGB value is (250,71,202). Sum of RGB (Red+Green+Blue) = 250+71+202=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47CA is #05B835. Grayscale: #8B8B8B. Windows color (decimal): -374838 or 13256698. OLE color: 13256698.

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

Color convert

RGB25071202-
CMYK00.720.190.02
HSL316.09º94.71%62.94%-
HSV(B)316.09º71.6%98.04%-
XYZ52.3429.0958.73-
YUV139.45163.3206.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 71 (28.12% from 255) = 13.58%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=47.80%
G=13.58%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507120200.720.190.02316.0994.7162.94
HexFA47CA04813213c5f3f
Octal372107312011023247413777
Binary111110101000111110010100100100010011101001111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47CA; }

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

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

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

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

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

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

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

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