#FD2EC8

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

Shades of Razzle Dazzle Rose #FD2EC8

Tints of Razzle Dazzle Rose #FD2EC8

Color information

#FD2EC8 (or 0xFD2EC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 2E and C8. RGB value is (253,46,200). Sum of RGB (Red+Green+Blue) = 253+46+200=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EC8 is #02D137. Grayscale: #7D7D7D. Windows color (decimal): -184632 or 13119229. OLE color: 13119229.

HSL color Cylindrical-coordinate representation of color #FD2EC8: hue angle of 315.36º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2EC8 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB25346200-
CMYK00.820.210.01
HSL315.36º98.1%58.63%-
HSV(B)315.36º81.82%99.22%-
XYZ51.9127.0157.12-
YUV125.45170.08218.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 46 (18.36% from 255) = 9.22%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=50.70%
G=9.22%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534620000.820.210.01315.3698.158.63
HexFD2EC805215113b623b
Octal37556310012225147314273
Binary1111110110111011001000010100101010111001110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2EC8; }

 p { color: rgb(253,46,200); }

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

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

 a { background-color: rgb(253,46,200); }

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

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

 span { border-color: rgb(253,46,200); }

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