#FC41D2

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

Shades of Razzle Dazzle Rose #FC41D2

Tints of Razzle Dazzle Rose #FC41D2

Color information

#FC41D2 (or 0xFC41D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 41 and D2. RGB value is (252,65,210). Sum of RGB (Red+Green+Blue) = 252+65+210=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41D2 is #03BE2D. Grayscale: #898989. Windows color (decimal): -245294 or 13779452. OLE color: 13779452.

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

Color convert

RGB25265210-
CMYK00.740.170.01
HSL313.48º96.89%62.16%-
HSV(B)313.48º74.21%98.82%-
XYZ53.6729.1363.77-
YUV137.44168.95209.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 65 (25.78% from 255) = 12.33%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=47.82%
G=12.33%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526521000.740.170.01313.4896.8962.16
HexFC41D204A111139613e
Octal374101322011221147114176
Binary11111100100000111010010010010101000111001110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC41D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC41D2; }

 p { color: rgb(252,65,210); }

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

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

 a { background-color: rgb(252,65,210); }

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

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

 span { border-color: rgb(252,65,210); }

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