Shades of Hot Pink #FB5AB7
Tints of Hot Pink #FB5AB7
RGB
CMYK
RGB Variations
Color information
#FB5AB7 (or 0xFB5AB7) is known color: Hot Pink. HEX triplet: FB, 5A and B7. RGB value is (251,90,183). Sum of RGB (Red+Green+Blue) = 251+90+183=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AB7 is #04A548. Grayscale: #949494. Windows color (decimal): -304457 or 12016379. OLE color: 12016379.
HSL color Cylindrical-coordinate representation of color #FB5AB7: hue angle of 325.34º 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 #FB5AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 183 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.02 |
| HSL | 325.34º | 0.95% | 0.67% | - |
| HSV(B) | 325.34º | 0.64% | 0.98% | - |
| XYZ | 51.99 | 31.24 | 48.09 | - |
| YUV | 148.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 183 | 0 | 0.64 | 0.27 | 0.02 | 325.34 | 0.95 | 0.67 |
| Hex | FB | 5A | B7 | 0 | 40 | 1B | 2 | 145 | 5F | 43 |
| Octal | 373 | 132 | 267 | 0 | 100 | 33 | 2 | 505 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10110111 | 0 | 1000000 | 11011 | 10 | 101000101 | 1011111 | 1000011 |
Color Harmonies of #FB5AB7
Complementary color
Monochromatic Colors of #FB5AB7
Black with #FB5AB7
Text Example
Text Example
White with #FB5AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AB7; }
p { color: rgb(251,90,183); }
H1.HeaderClassName
{
color: #FB5AB7;
}
.AnyTagClassName
{
color: #FB5AB7;
}
</style>
background-color css
<style>
a { background-color: #FB5AB7; }
a { background-color: rgb(251,90,183); }
div.DivClassName
{
background-color: #FB5AB7;
}
.BgClassName
{
background-color: #FB5AB7;
}
</style>
border-color css
<style>
span { border-color: #FB5AB7; }
span { border-color: rgb(251,90,183); }
td.TdClassName
{
border-color: #FB5AB7;
}
.TagClassName
{
border-color: #FB5AB7;
}
</style>