#FD1EE6

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

Shades of Razzle Dazzle Rose #FD1EE6

Tints of Razzle Dazzle Rose #FD1EE6

Color information

#FD1EE6 (or 0xFD1EE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 1E and E6. RGB value is (253,30,230). Sum of RGB (Red+Green+Blue) = 253+30+230=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EE6 is #02E119. Grayscale: #767676. Windows color (decimal): -188698 or 15081213. OLE color: 15081213.

HSL color Cylindrical-coordinate representation of color #FD1EE6: hue angle of 306.19º degrees, saturation: 0.98, 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 #FD1EE6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB25330230-
CMYK00.880.090.01
HSL306.19º98.24%55.49%-
HSV(B)306.19º88.14%99.22%-
XYZ55.2627.5277.26-
YUV119.48190.38223.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 30 (12.11% from 255) = 5.85%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=49.32%
G=5.85%
B=44.83%

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
Decimal2533023000.880.090.01306.1998.2455.49
HexFD1EE6058911326237
Octal37536346013011146214267
Binary11111101111101110011001011000100111001100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1EE6; }

 p { color: rgb(253,30,230); }

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

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

 a { background-color: rgb(253,30,230); }

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

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

 span { border-color: rgb(253,30,230); }

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