#FC45DA

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

Shades of Razzle Dazzle Rose #FC45DA

Tints of Razzle Dazzle Rose #FC45DA

Color information

#FC45DA (or 0xFC45DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 45 and DA. RGB value is (252,69,218). Sum of RGB (Red+Green+Blue) = 252+69+218=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC45DA is #03BA25. Grayscale: #8C8C8C. Windows color (decimal): -244262 or 14304764. OLE color: 14304764.

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

Color convert

RGB25269218-
CMYK00.730.130.01
HSL311.15º96.83%62.94%-
HSV(B)311.15º72.62%98.82%-
XYZ54.9330.0169.23-
YUV140.7171.63207.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 69 (27.34% from 255) = 12.80%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=46.75%
G=12.80%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526921800.730.130.01311.1596.8362.94
HexFC45DA049D1137613f
Octal374105332011115146714177
Binary1111110010001011101101001001001110111001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC45DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC45DA; }

 p { color: rgb(252,69,218); }

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

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

 a { background-color: rgb(252,69,218); }

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

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

 span { border-color: rgb(252,69,218); }

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