Shades of Hot Pink #FB70BB
Tints of Hot Pink #FB70BB
RGB
CMYK
RGB Variations
Color information
#FB70BB (or 0xFB70BB) is known color: Hot Pink. HEX triplet: FB, 70 and BB. RGB value is (251,112,187). Sum of RGB (Red+Green+Blue) = 251+112+187=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70BB is #048F44. Grayscale: #A1A1A1. Windows color (decimal): -298821 or 12284155. OLE color: 12284155.
HSL color Cylindrical-coordinate representation of color #FB70BB: hue angle of 327.63º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70BB is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 187 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.02 |
| HSL | 327.63º | 0.95% | 0.71% | - |
| HSV(B) | 327.63º | 0.55% | 0.98% | - |
| XYZ | 54.55 | 35.69 | 51.03 | - |
| YUV | 162.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 187 | 0 | 0.55 | 0.25 | 0.02 | 327.63 | 0.95 | 0.71 |
| Hex | FB | 70 | BB | 0 | 37 | 19 | 2 | 148 | 5F | 47 |
| Octal | 373 | 160 | 273 | 0 | 67 | 31 | 2 | 510 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10111011 | 0 | 110111 | 11001 | 10 | 101001000 | 1011111 | 1000111 |
Color Harmonies of #FB70BB
Complementary color
Monochromatic Colors of #FB70BB
Black with #FB70BB
Text Example
Text Example
White with #FB70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70BB; }
p { color: rgb(251,112,187); }
H1.HeaderClassName
{
color: #FB70BB;
}
.AnyTagClassName
{
color: #FB70BB;
}
</style>
background-color css
<style>
a { background-color: #FB70BB; }
a { background-color: rgb(251,112,187); }
div.DivClassName
{
background-color: #FB70BB;
}
.BgClassName
{
background-color: #FB70BB;
}
</style>
border-color css
<style>
span { border-color: #FB70BB; }
span { border-color: rgb(251,112,187); }
td.TdClassName
{
border-color: #FB70BB;
}
.TagClassName
{
border-color: #FB70BB;
}
</style>