#FD1ED4

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

Shades of Razzle Dazzle Rose #FD1ED4

Tints of Razzle Dazzle Rose #FD1ED4

Color information

#FD1ED4 (or 0xFD1ED4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 1E and D4. RGB value is (253,30,212). Sum of RGB (Red+Green+Blue) = 253+30+212=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ED4 is #02E12B. Grayscale: #747474. Windows color (decimal): -188716 or 13901565. OLE color: 13901565.

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

Color convert

RGB25330212-
CMYK00.880.160.01
HSL311.03º98.24%55.49%-
HSV(B)311.03º88.14%99.22%-
XYZ52.8626.5664.63-
YUV117.42181.38224.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.11%
GREEN value IS 30 (12.11% from 255) = 6.06%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=51.11%
G=6.06%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533021200.880.160.01311.0398.2455.49
HexFD1ED40581011376237
Octal37536324013020146714267
Binary111111011111011010100010110001000011001101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1ED4; }

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

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

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

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

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

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

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

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