Shades of Hot Pink #FB5EBC
Tints of Hot Pink #FB5EBC
RGB
CMYK
RGB Variations
Color information
#FB5EBC (or 0xFB5EBC) is known color: Hot Pink. HEX triplet: FB, 5E and BC. RGB value is (251,94,188). Sum of RGB (Red+Green+Blue) = 251+94+188=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EBC is #04A143. Grayscale: #979797. Windows color (decimal): -303428 or 12345083. OLE color: 12345083.
HSL color Cylindrical-coordinate representation of color #FB5EBC: hue angle of 324.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EBC is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 188 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.02 |
| HSL | 324.08º | 0.95% | 0.68% | - |
| HSV(B) | 324.08º | 0.63% | 0.98% | - |
| XYZ | 52.86 | 32.15 | 51 | - |
| YUV | 151.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 188 | 0 | 0.63 | 0.25 | 0.02 | 324.08 | 0.95 | 0.68 |
| Hex | FB | 5E | BC | 0 | 3F | 19 | 2 | 144 | 5F | 44 |
| Octal | 373 | 136 | 274 | 0 | 77 | 31 | 2 | 504 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10111100 | 0 | 111111 | 11001 | 10 | 101000100 | 1011111 | 1000100 |
Color Harmonies of #FB5EBC
Complementary color
Monochromatic Colors of #FB5EBC
Black with #FB5EBC
Text Example
Text Example
White with #FB5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EBC; }
p { color: rgb(251,94,188); }
H1.HeaderClassName
{
color: #FB5EBC;
}
.AnyTagClassName
{
color: #FB5EBC;
}
</style>
background-color css
<style>
a { background-color: #FB5EBC; }
a { background-color: rgb(251,94,188); }
div.DivClassName
{
background-color: #FB5EBC;
}
.BgClassName
{
background-color: #FB5EBC;
}
</style>
border-color css
<style>
span { border-color: #FB5EBC; }
span { border-color: rgb(251,94,188); }
td.TdClassName
{
border-color: #FB5EBC;
}
.TagClassName
{
border-color: #FB5EBC;
}
</style>