Shades of Hot Pink #F473AD
Tints of Hot Pink #F473AD
RGB
CMYK
RGB Variations
Color information
#F473AD (or 0xF473AD) is known color: Hot Pink. HEX triplet: F4, 73 and AD. RGB value is (244,115,173). Sum of RGB (Red+Green+Blue) = 244+115+173=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F473AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F473AD is #0B8C52. Grayscale: #A0A0A0. Windows color (decimal): -756819 or 11367412. OLE color: 11367412.
HSL color Cylindrical-coordinate representation of color #F473AD: hue angle of 333.02º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473AD is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 173 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.04 |
| HSL | 333.02º | 0.85% | 0.7% | - |
| HSV(B) | 333.02º | 0.53% | 0.96% | - |
| XYZ | 50.98 | 34.51 | 43.51 | - |
| YUV | 160.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 173 | 0 | 0.53 | 0.29 | 0.04 | 333.02 | 0.85 | 0.7 |
| Hex | F4 | 73 | AD | 0 | 35 | 1D | 4 | 14D | 55 | 46 |
| Octal | 364 | 163 | 255 | 0 | 65 | 35 | 4 | 515 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10101101 | 0 | 110101 | 11101 | 100 | 101001101 | 1010101 | 1000110 |
Color Harmonies of #F473AD
Complementary color
Monochromatic Colors of #F473AD
Black with #F473AD
Text Example
Text Example
White with #F473AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473AD; }
p { color: rgb(244,115,173); }
H1.HeaderClassName
{
color: #F473AD;
}
.AnyTagClassName
{
color: #F473AD;
}
</style>
background-color css
<style>
a { background-color: #F473AD; }
a { background-color: rgb(244,115,173); }
div.DivClassName
{
background-color: #F473AD;
}
.BgClassName
{
background-color: #F473AD;
}
</style>
border-color css
<style>
span { border-color: #F473AD; }
span { border-color: rgb(244,115,173); }
td.TdClassName
{
border-color: #F473AD;
}
.TagClassName
{
border-color: #F473AD;
}
</style>