Shades of Hot Pink #FB5BBA
Tints of Hot Pink #FB5BBA
RGB
CMYK
RGB Variations
Color information
#FB5BBA (or 0xFB5BBA) is known color: Hot Pink. HEX triplet: FB, 5B and BA. RGB value is (251,91,186). Sum of RGB (Red+Green+Blue) = 251+91+186=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BBA is #04A445. Grayscale: #959595. Windows color (decimal): -304198 or 12213243. OLE color: 12213243.
HSL color Cylindrical-coordinate representation of color #FB5BBA: hue angle of 324.38º 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 #FB5BBA is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 186 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.02 |
| HSL | 324.38º | 0.95% | 0.67% | - |
| HSV(B) | 324.38º | 0.64% | 0.98% | - |
| XYZ | 52.39 | 31.54 | 49.78 | - |
| YUV | 149.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 186 | 0 | 0.64 | 0.26 | 0.02 | 324.38 | 0.95 | 0.67 |
| Hex | FB | 5B | BA | 0 | 40 | 1A | 2 | 144 | 5F | 43 |
| Octal | 373 | 133 | 272 | 0 | 100 | 32 | 2 | 504 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10111010 | 0 | 1000000 | 11010 | 10 | 101000100 | 1011111 | 1000011 |
Color Harmonies of #FB5BBA
Complementary color
Monochromatic Colors of #FB5BBA
Black with #FB5BBA
Text Example
Text Example
White with #FB5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BBA; }
p { color: rgb(251,91,186); }
H1.HeaderClassName
{
color: #FB5BBA;
}
.AnyTagClassName
{
color: #FB5BBA;
}
</style>
background-color css
<style>
a { background-color: #FB5BBA; }
a { background-color: rgb(251,91,186); }
div.DivClassName
{
background-color: #FB5BBA;
}
.BgClassName
{
background-color: #FB5BBA;
}
</style>
border-color css
<style>
span { border-color: #FB5BBA; }
span { border-color: rgb(251,91,186); }
td.TdClassName
{
border-color: #FB5BBA;
}
.TagClassName
{
border-color: #FB5BBA;
}
</style>