#FC49CB

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

Shades of Razzle Dazzle Rose #FC49CB

Tints of Razzle Dazzle Rose #FC49CB

Color information

#FC49CB (or 0xFC49CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 49 and CB. RGB value is (252,73,203). Sum of RGB (Red+Green+Blue) = 252+73+203=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49CB is #03B634. Grayscale: #8D8D8D. Windows color (decimal): -243253 or 13322748. OLE color: 13322748.

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

Color convert

RGB25273203-
CMYK00.710.190.01
HSL316.42º96.76%63.73%-
HSV(B)316.42º71.03%98.82%-
XYZ53.3129.7759.44-
YUV141.34162.8206.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.73%
GREEN value IS 73 (28.91% from 255) = 13.83%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=47.73%
G=13.83%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527320300.710.190.01316.4296.7663.73
HexFC49CB04713113c6140
Octal3741113130107231474141100
Binary111111001001001110010110100011110011110011110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC49CB; }

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

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

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

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

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

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

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

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