#FD1ED5

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

Shades of Razzle Dazzle Rose #FD1ED5

Tints of Razzle Dazzle Rose #FD1ED5

Color information

#FD1ED5 (or 0xFD1ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 1E and D5. RGB value is (253,30,213). Sum of RGB (Red+Green+Blue) = 253+30+213=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ED5 is #02E12A. Grayscale: #757575. Windows color (decimal): -188715 or 13967101. OLE color: 13967101.

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

Color convert

RGB25330213-
CMYK00.880.160.01
HSL310.76º98.24%55.49%-
HSV(B)310.76º88.14%99.22%-
XYZ52.9826.6265.3-
YUV117.54181.88224.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 30 (12.11% from 255) = 6.05%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=51.01%
G=6.05%
B=42.94%

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
Decimal2533021300.880.160.01310.7698.2455.49
HexFD1ED50581011376237
Octal37536325013020146714267
Binary111111011111011010101010110001000011001101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1ED5; }

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

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

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

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

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

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

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

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