#FD4ED6

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

Shades of Razzle Dazzle Rose #FD4ED6

Tints of Razzle Dazzle Rose #FD4ED6

Color information

#FD4ED6 (or 0xFD4ED6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4E and D6. RGB value is (253,78,214). Sum of RGB (Red+Green+Blue) = 253+78+214=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4ED6 is #02B129. Grayscale: #919191. Windows color (decimal): -176426 or 14044925. OLE color: 14044925.

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

Color convert

RGB25378214-
CMYK00.690.150.01
HSL313.37º97.77%64.9%-
HSV(B)313.37º69.17%99.22%-
XYZ55.3731.1966.72-
YUV145.83166.48204.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 78 (30.86% from 255) = 14.31%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=46.42%
G=14.31%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537821400.690.150.01313.3797.7764.9
HexFD4ED6045F11396241
Octal3751163260105171471142101
Binary11111101100111011010110010001011111110011100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4ED6; }

 p { color: rgb(253,78,214); }

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

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

 a { background-color: rgb(253,78,214); }

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

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

 span { border-color: rgb(253,78,214); }

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