Shades of Hot Pink #FC5EBE
Tints of Hot Pink #FC5EBE
RGB
CMYK
RGB Variations
Color information
#FC5EBE (or 0xFC5EBE) is known color: Hot Pink. HEX triplet: FC, 5E and BE. RGB value is (252,94,190). Sum of RGB (Red+Green+Blue) = 252+94+190=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EBE is #03A141. Grayscale: #979797. Windows color (decimal): -237890 or 12476156. OLE color: 12476156.
HSL color Cylindrical-coordinate representation of color #FC5EBE: hue angle of 323.54º 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 #FC5EBE is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 94 | 190 | - |
CMYK | 0 | 0.63 | 0.25 | 0.01 |
HSL | 323.54º | 0.96% | 0.68% | - |
HSV(B) | 323.54º | 0.63% | 0.99% | - |
XYZ | 53.44 | 32.42 | 52.16 | - |
YUV | 152.19 | 149.35 | 199.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 94 | 190 | 0 | 0.63 | 0.25 | 0.01 | 323.54 | 0.96 | 0.68 |
Hex | FC | 5E | BE | 0 | 3F | 19 | 1 | 144 | 60 | 44 |
Octal | 374 | 136 | 276 | 0 | 77 | 31 | 1 | 504 | 140 | 104 |
Binary | 11111100 | 1011110 | 10111110 | 0 | 111111 | 11001 | 1 | 101000100 | 1100000 | 1000100 |
Color Harmonies of #FC5EBE
Complementary color
Monochromatic Colors of #FC5EBE
Black with #FC5EBE
Text Example
Text Example
White with #FC5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EBE; }
p { color: rgb(252,94,190); }
H1.HeaderClassName
{
color: #FC5EBE;
}
.AnyTagClassName
{
color: #FC5EBE;
}
</style>
background-color css
<style>
a { background-color: #FC5EBE; }
a { background-color: rgb(252,94,190); }
div.DivClassName
{
background-color: #FC5EBE;
}
.BgClassName
{
background-color: #FC5EBE;
}
</style>
border-color css
<style>
span { border-color: #FC5EBE; }
span { border-color: rgb(252,94,190); }
td.TdClassName
{
border-color: #FC5EBE;
}
.TagClassName
{
border-color: #FC5EBE;
}
</style>