#FD3ED8

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

Shades of Razzle Dazzle Rose #FD3ED8

Tints of Razzle Dazzle Rose #FD3ED8

Color information

#FD3ED8 (or 0xFD3ED8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3E and D8. RGB value is (253,62,216). Sum of RGB (Red+Green+Blue) = 253+62+216=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 62 (24.61% from 255 or 11.68% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3ED8 is #02C127. Grayscale: #888888. Windows color (decimal): -180520 or 14171901. OLE color: 14171901.

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

Color convert

RGB25362216-
CMYK00.750.150.01
HSL311.62º97.95%61.76%-
HSV(B)311.62º75.49%99.22%-
XYZ54.6329.2967.74-
YUV136.66172.78210.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.65%
GREEN value IS 62 (24.61% from 255) = 11.68%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=47.65%
G=11.68%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536221600.750.150.01311.6297.9561.76
HexFD3ED804BF1138623e
Octal37576330011317147014276
Binary111111011111101101100001001011111111001110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3ED8; }

 p { color: rgb(253,62,216); }

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

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

 a { background-color: rgb(253,62,216); }

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

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

 span { border-color: rgb(253,62,216); }

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