#FC3DE2

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

Shades of Razzle Dazzle Rose #FC3DE2

Tints of Razzle Dazzle Rose #FC3DE2

Color information

#FC3DE2 (or 0xFC3DE2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3D and E2. RGB value is (252,61,226). Sum of RGB (Red+Green+Blue) = 252+61+226=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 61 (24.22% from 255 or 11.32% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DE2 is #03C21D. Grayscale: #888888. Windows color (decimal): -246302 or 14827004. OLE color: 14827004.

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

Color convert

RGB25261226-
CMYK00.760.100.01
HSL308.17º96.95%61.37%-
HSV(B)308.17º75.79%98.82%-
XYZ55.5429.5274.72-
YUV136.92178.28210.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 61 (24.22% from 255) = 11.32%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=46.75%
G=11.32%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526122600.760.100.01308.1796.9561.37
HexFC3DE204CA1134613d
Octal37475342011412146414175
Binary111111001111011110001001001100101011001101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DE2; }

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

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

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

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

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

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

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

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