#FC1DE6

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

Shades of Razzle Dazzle Rose #FC1DE6

Tints of Razzle Dazzle Rose #FC1DE6

Color information

#FC1DE6 (or 0xFC1DE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 1D and E6. RGB value is (252,29,230). Sum of RGB (Red+Green+Blue) = 252+29+230=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DE6 is #03E219. Grayscale: #767676. Windows color (decimal): -254490 or 15080956. OLE color: 15080956.

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

Color convert

RGB25229230-
CMYK00.880.090.01
HSL305.92º97.38%55.1%-
HSV(B)305.92º88.49%98.82%-
XYZ54.8727.2977.24-
YUV118.59190.88223.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 29 (11.72% from 255) = 5.68%
BLUE value IS 230 (90.23% from 255) = 45.01%
R=49.32%
G=5.68%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522923000.880.090.01305.9297.3855.1
HexFC1DE6058911326137
Octal37435346013011146214167
Binary11111100111011110011001011000100111001100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1DE6; }

 p { color: rgb(252,29,230); }

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

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

 a { background-color: rgb(252,29,230); }

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

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

 span { border-color: rgb(252,29,230); }

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