#FD5EBC

Color #FD5EBC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FD5EBC

Tints of Hot Pink #FD5EBC

Color information

#FD5EBC (or 0xFD5EBC) is unknown color: approx Hot Pink. HEX triplet: FD, 5E and BC. RGB value is (253,94,188). Sum of RGB (Red+Green+Blue) = 253+94+188=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EBC is #02A143. Grayscale: #989898. Windows color (decimal): -172356 or 12345085. OLE color: 12345085.

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

Color convert

RGB25394188-
CMYK00.630.260.01
HSL324.53º97.55%68.04%-
HSV(B)324.53º62.85%99.22%-
XYZ53.5932.5251.03-
YUV152.26148.18199.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=47.29%
G=17.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539418800.630.260.01324.5397.5568.04
HexFD5EBC03F1A11456244
Octal375136274077321505142104
Binary11111101101111010111100011111111010110100010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EBC; }

 p { color: rgb(253,94,188); }

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

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

 a { background-color: rgb(253,94,188); }

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

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

 span { border-color: rgb(253,94,188); }

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