#FC49CA

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

Shades of Razzle Dazzle Rose #FC49CA

Tints of Razzle Dazzle Rose #FC49CA

Color information

#FC49CA (or 0xFC49CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 49 and CA. RGB value is (252,73,202). Sum of RGB (Red+Green+Blue) = 252+73+202=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49CA is #03B635. Grayscale: #8C8C8C. Windows color (decimal): -243254 or 13257212. OLE color: 13257212.

HSL color Cylindrical-coordinate representation of color #FC49CA: hue angle of 316.76º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC49CA is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB25273202-
CMYK00.710.200.01
HSL316.76º96.76%63.73%-
HSV(B)316.76º71.03%98.82%-
XYZ53.1929.7258.81-
YUV141.23162.3207.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 73 (28.91% from 255) = 13.85%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=47.82%
G=13.85%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527320200.710.200.01316.7696.7663.73
HexFC49CA04714113d6140
Octal3741113120107241475141100
Binary111111001001001110010100100011110100110011110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC49CA; }

 p { color: rgb(252,73,202); }

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

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

 a { background-color: rgb(252,73,202); }

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

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

 span { border-color: rgb(252,73,202); }

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