Shades of Hot Pink #FB5BBC
Tints of Hot Pink #FB5BBC
RGB
CMYK
RGB Variations
Color information
#FB5BBC (or 0xFB5BBC) is known color: Hot Pink. HEX triplet: FB, 5B and BC. RGB value is (251,91,188). Sum of RGB (Red+Green+Blue) = 251+91+188=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BBC is #04A443. Grayscale: #959595. Windows color (decimal): -304196 or 12344315. OLE color: 12344315.
HSL color Cylindrical-coordinate representation of color #FB5BBC: hue angle of 323.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BBC is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 188 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.02 |
| HSL | 323.63º | 0.95% | 0.67% | - |
| HSV(B) | 323.63º | 0.64% | 0.98% | - |
| XYZ | 52.6 | 31.62 | 50.91 | - |
| YUV | 149.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 188 | 0 | 0.64 | 0.25 | 0.02 | 323.63 | 0.95 | 0.67 |
| Hex | FB | 5B | BC | 0 | 40 | 19 | 2 | 144 | 5F | 43 |
| Octal | 373 | 133 | 274 | 0 | 100 | 31 | 2 | 504 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10111100 | 0 | 1000000 | 11001 | 10 | 101000100 | 1011111 | 1000011 |
Color Harmonies of #FB5BBC
Complementary color
Monochromatic Colors of #FB5BBC
Black with #FB5BBC
Text Example
Text Example
White with #FB5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BBC; }
p { color: rgb(251,91,188); }
H1.HeaderClassName
{
color: #FB5BBC;
}
.AnyTagClassName
{
color: #FB5BBC;
}
</style>
background-color css
<style>
a { background-color: #FB5BBC; }
a { background-color: rgb(251,91,188); }
div.DivClassName
{
background-color: #FB5BBC;
}
.BgClassName
{
background-color: #FB5BBC;
}
</style>
border-color css
<style>
span { border-color: #FB5BBC; }
span { border-color: rgb(251,91,188); }
td.TdClassName
{
border-color: #FB5BBC;
}
.TagClassName
{
border-color: #FB5BBC;
}
</style>