Shades of Hot Pink #F873AB
Tints of Hot Pink #F873AB
RGB
CMYK
RGB Variations
Color information
#F873AB (or 0xF873AB) is known color: Hot Pink. HEX triplet: F8, 73 and AB. RGB value is (248,115,171). Sum of RGB (Red+Green+Blue) = 248+115+171=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F873AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F873AB is #078C54. Grayscale: #A1A1A1. Windows color (decimal): -494677 or 11236344. OLE color: 11236344.
HSL color Cylindrical-coordinate representation of color #F873AB: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873AB is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 171 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.03 |
| HSL | 334.74º | 0.9% | 0.71% | - |
| HSV(B) | 334.74º | 0.54% | 0.97% | - |
| XYZ | 52.19 | 35.16 | 42.56 | - |
| YUV | 161.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 171 | 0 | 0.54 | 0.31 | 0.03 | 334.74 | 0.9 | 0.71 |
| Hex | F8 | 73 | AB | 0 | 36 | 1F | 3 | 14F | 5A | 47 |
| Octal | 370 | 163 | 253 | 0 | 66 | 37 | 3 | 517 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10101011 | 0 | 110110 | 11111 | 11 | 101001111 | 1011010 | 1000111 |
Color Harmonies of #F873AB
Complementary color
Monochromatic Colors of #F873AB
Black with #F873AB
Text Example
Text Example
White with #F873AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873AB; }
p { color: rgb(248,115,171); }
H1.HeaderClassName
{
color: #F873AB;
}
.AnyTagClassName
{
color: #F873AB;
}
</style>
background-color css
<style>
a { background-color: #F873AB; }
a { background-color: rgb(248,115,171); }
div.DivClassName
{
background-color: #F873AB;
}
.BgClassName
{
background-color: #F873AB;
}
</style>
border-color css
<style>
span { border-color: #F873AB; }
span { border-color: rgb(248,115,171); }
td.TdClassName
{
border-color: #F873AB;
}
.TagClassName
{
border-color: #F873AB;
}
</style>