Shades of Hot Pink #FB5ABC
Tints of Hot Pink #FB5ABC
RGB
CMYK
RGB Variations
Color information
#FB5ABC (or 0xFB5ABC) is known color: Hot Pink. HEX triplet: FB, 5A and BC. RGB value is (251,90,188). Sum of RGB (Red+Green+Blue) = 251+90+188=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ABC is #04A543. Grayscale: #959595. Windows color (decimal): -304452 or 12344059. OLE color: 12344059.
HSL color Cylindrical-coordinate representation of color #FB5ABC: hue angle of 323.48º 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 #FB5ABC is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 188 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.02 |
| HSL | 323.48º | 0.95% | 0.67% | - |
| HSV(B) | 323.48º | 0.64% | 0.98% | - |
| XYZ | 52.52 | 31.45 | 50.88 | - |
| YUV | 149.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 188 | 0 | 0.64 | 0.25 | 0.02 | 323.48 | 0.95 | 0.67 |
| Hex | FB | 5A | BC | 0 | 40 | 19 | 2 | 143 | 5F | 43 |
| Octal | 373 | 132 | 274 | 0 | 100 | 31 | 2 | 503 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10111100 | 0 | 1000000 | 11001 | 10 | 101000011 | 1011111 | 1000011 |
Color Harmonies of #FB5ABC
Complementary color
Monochromatic Colors of #FB5ABC
Black with #FB5ABC
Text Example
Text Example
White with #FB5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ABC; }
p { color: rgb(251,90,188); }
H1.HeaderClassName
{
color: #FB5ABC;
}
.AnyTagClassName
{
color: #FB5ABC;
}
</style>
background-color css
<style>
a { background-color: #FB5ABC; }
a { background-color: rgb(251,90,188); }
div.DivClassName
{
background-color: #FB5ABC;
}
.BgClassName
{
background-color: #FB5ABC;
}
</style>
border-color css
<style>
span { border-color: #FB5ABC; }
span { border-color: rgb(251,90,188); }
td.TdClassName
{
border-color: #FB5ABC;
}
.TagClassName
{
border-color: #FB5ABC;
}
</style>