#FC5EB9

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

Shades of Hot Pink #FC5EB9

Tints of Hot Pink #FC5EB9

Color information

#FC5EB9 (or 0xFC5EB9) is unknown color: approx Hot Pink. HEX triplet: FC, 5E and B9. RGB value is (252,94,185). Sum of RGB (Red+Green+Blue) = 252+94+185=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EB9 is #03A146. Grayscale: #979797. Windows color (decimal): -237895 or 12148476. OLE color: 12148476.

HSL color Cylindrical-coordinate representation of color #FC5EB9: hue angle of 325.44º degrees, saturation: 0.96, 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 #FC5EB9 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB25294185-
CMYK00.630.270.01
HSL325.44º96.34%67.84%-
HSV(B)325.44º62.7%98.82%-
XYZ52.932.249.33-
YUV151.62146.85199.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=47.46%
G=17.70%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529418500.630.270.01325.4496.3467.84
HexFC5EB903F1B11456044
Octal374136271077331505140104
Binary11111100101111010111001011111111011110100010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5EB9; }

 p { color: rgb(252,94,185); }

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

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

 a { background-color: rgb(252,94,185); }

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

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

 span { border-color: rgb(252,94,185); }

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