#FC45D9

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

Shades of Razzle Dazzle Rose #FC45D9

Tints of Razzle Dazzle Rose #FC45D9

Color information

#FC45D9 (or 0xFC45D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 45 and D9. RGB value is (252,69,217). Sum of RGB (Red+Green+Blue) = 252+69+217=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC45D9 is #03BA26. Grayscale: #8C8C8C. Windows color (decimal): -244263 or 14239228. OLE color: 14239228.

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

Color convert

RGB25269217-
CMYK00.730.140.01
HSL311.48º96.83%62.94%-
HSV(B)311.48º72.62%98.82%-
XYZ54.829.9668.54-
YUV140.59171.13207.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 69 (27.34% from 255) = 12.83%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=46.84%
G=12.83%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526921700.730.140.01311.4896.8362.94
HexFC45D9049E1137613f
Octal374105331011116146714177
Binary1111110010001011101100101001001111011001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC45D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC45D9; }

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

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

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

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

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

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

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

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