Shades of Hot Pink #F873AC
Tints of Hot Pink #F873AC
RGB
CMYK
RGB Variations
Color information
#F873AC (or 0xF873AC) is known color: Hot Pink. HEX triplet: F8, 73 and AC. RGB value is (248,115,172). Sum of RGB (Red+Green+Blue) = 248+115+172=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F873AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F873AC is #078C53. Grayscale: #A1A1A1. Windows color (decimal): -494676 or 11301880. OLE color: 11301880.
HSL color Cylindrical-coordinate representation of color #F873AC: hue angle of 334.29º 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 #F873AC is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 172 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.03 |
| HSL | 334.29º | 0.9% | 0.71% | - |
| HSV(B) | 334.29º | 0.54% | 0.97% | - |
| XYZ | 52.29 | 35.2 | 43.07 | - |
| YUV | 161.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 172 | 0 | 0.54 | 0.31 | 0.03 | 334.29 | 0.9 | 0.71 |
| Hex | F8 | 73 | AC | 0 | 36 | 1F | 3 | 14E | 5A | 47 |
| Octal | 370 | 163 | 254 | 0 | 66 | 37 | 3 | 516 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10101100 | 0 | 110110 | 11111 | 11 | 101001110 | 1011010 | 1000111 |
Color Harmonies of #F873AC
Complementary color
Monochromatic Colors of #F873AC
Black with #F873AC
Text Example
Text Example
White with #F873AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873AC; }
p { color: rgb(248,115,172); }
H1.HeaderClassName
{
color: #F873AC;
}
.AnyTagClassName
{
color: #F873AC;
}
</style>
background-color css
<style>
a { background-color: #F873AC; }
a { background-color: rgb(248,115,172); }
div.DivClassName
{
background-color: #F873AC;
}
.BgClassName
{
background-color: #F873AC;
}
</style>
border-color css
<style>
span { border-color: #F873AC; }
span { border-color: rgb(248,115,172); }
td.TdClassName
{
border-color: #F873AC;
}
.TagClassName
{
border-color: #F873AC;
}
</style>