#FC3DDC

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

Shades of Razzle Dazzle Rose #FC3DDC

Tints of Razzle Dazzle Rose #FC3DDC

Color information

#FC3DDC (or 0xFC3DDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3D and DC. RGB value is (252,61,220). Sum of RGB (Red+Green+Blue) = 252+61+220=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DDC is #03C223. Grayscale: #878787. Windows color (decimal): -246308 or 14433788. OLE color: 14433788.

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

Color convert

RGB25261220-
CMYK00.760.130.01
HSL310.05º96.95%61.37%-
HSV(B)310.05º75.79%98.82%-
XYZ54.7329.270.46-
YUV136.24175.28210.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 61 (24.22% from 255) = 11.44%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=47.28%
G=11.44%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526122000.760.130.01310.0596.9561.37
HexFC3DDC04CD1136613d
Octal37475334011415146614175
Binary111111001111011101110001001100110111001101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DDC; }

 p { color: rgb(252,61,220); }

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

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

 a { background-color: rgb(252,61,220); }

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

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

 span { border-color: rgb(252,61,220); }

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