#FD4ED7

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

Shades of Razzle Dazzle Rose #FD4ED7

Tints of Razzle Dazzle Rose #FD4ED7

Color information

#FD4ED7 (or 0xFD4ED7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4E and D7. RGB value is (253,78,215). Sum of RGB (Red+Green+Blue) = 253+78+215=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4ED7 is #02B128. Grayscale: #919191. Windows color (decimal): -176425 or 14110461. OLE color: 14110461.

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

Color convert

RGB25378215-
CMYK00.690.150.01
HSL313.03º97.77%64.9%-
HSV(B)313.03º69.17%99.22%-
XYZ55.531.2467.39-
YUV145.94166.98204.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 78 (30.86% from 255) = 14.29%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=46.34%
G=14.29%
B=39.38%

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
Decimal2537821500.690.150.01313.0397.7764.9
HexFD4ED7045F11396241
Octal3751163270105171471142101
Binary11111101100111011010111010001011111110011100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4ED7; }

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

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

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

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

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

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

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

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