Shades of Hot Pink #FB6ABC
Tints of Hot Pink #FB6ABC
RGB
CMYK
RGB Variations
Color information
#FB6ABC (or 0xFB6ABC) is known color: Hot Pink. HEX triplet: FB, 6A and BC. RGB value is (251,106,188). Sum of RGB (Red+Green+Blue) = 251+106+188=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ABC is #049543. Grayscale: #9E9E9E. Windows color (decimal): -300356 or 12348155. OLE color: 12348155.
HSL color Cylindrical-coordinate representation of color #FB6ABC: hue angle of 326.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6ABC is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 188 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.02 |
| HSL | 326.07º | 0.95% | 0.7% | - |
| HSV(B) | 326.07º | 0.58% | 0.98% | - |
| XYZ | 54.01 | 34.45 | 51.38 | - |
| YUV | 158.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 188 | 0 | 0.58 | 0.25 | 0.02 | 326.07 | 0.95 | 0.7 |
| Hex | FB | 6A | BC | 0 | 3A | 19 | 2 | 146 | 5F | 46 |
| Octal | 373 | 152 | 274 | 0 | 72 | 31 | 2 | 506 | 137 | 106 |
| Binary | 11111011 | 1101010 | 10111100 | 0 | 111010 | 11001 | 10 | 101000110 | 1011111 | 1000110 |
Color Harmonies of #FB6ABC
Complementary color
Monochromatic Colors of #FB6ABC
Black with #FB6ABC
Text Example
Text Example
White with #FB6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ABC; }
p { color: rgb(251,106,188); }
H1.HeaderClassName
{
color: #FB6ABC;
}
.AnyTagClassName
{
color: #FB6ABC;
}
</style>
background-color css
<style>
a { background-color: #FB6ABC; }
a { background-color: rgb(251,106,188); }
div.DivClassName
{
background-color: #FB6ABC;
}
.BgClassName
{
background-color: #FB6ABC;
}
</style>
border-color css
<style>
span { border-color: #FB6ABC; }
span { border-color: rgb(251,106,188); }
td.TdClassName
{
border-color: #FB6ABC;
}
.TagClassName
{
border-color: #FB6ABC;
}
</style>