Shades of Hot Pink #F474AD
Tints of Hot Pink #F474AD
RGB
CMYK
RGB Variations
Color information
#F474AD (or 0xF474AD) is known color: Hot Pink. HEX triplet: F4, 74 and AD. RGB value is (244,116,173). Sum of RGB (Red+Green+Blue) = 244+116+173=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F474AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F474AD is #0B8B52. Grayscale: #A0A0A0. Windows color (decimal): -756563 or 11367668. OLE color: 11367668.
HSL color Cylindrical-coordinate representation of color #F474AD: hue angle of 333.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474AD is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 173 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.04 |
| HSL | 333.28º | 0.85% | 0.71% | - |
| HSV(B) | 333.28º | 0.52% | 0.96% | - |
| XYZ | 51.1 | 34.74 | 43.55 | - |
| YUV | 160.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 173 | 0 | 0.52 | 0.29 | 0.04 | 333.28 | 0.85 | 0.71 |
| Hex | F4 | 74 | AD | 0 | 34 | 1D | 4 | 14D | 55 | 47 |
| Octal | 364 | 164 | 255 | 0 | 64 | 35 | 4 | 515 | 125 | 107 |
| Binary | 11110100 | 1110100 | 10101101 | 0 | 110100 | 11101 | 100 | 101001101 | 1010101 | 1000111 |
Color Harmonies of #F474AD
Complementary color
Monochromatic Colors of #F474AD
Black with #F474AD
Text Example
Text Example
White with #F474AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474AD; }
p { color: rgb(244,116,173); }
H1.HeaderClassName
{
color: #F474AD;
}
.AnyTagClassName
{
color: #F474AD;
}
</style>
background-color css
<style>
a { background-color: #F474AD; }
a { background-color: rgb(244,116,173); }
div.DivClassName
{
background-color: #F474AD;
}
.BgClassName
{
background-color: #F474AD;
}
</style>
border-color css
<style>
span { border-color: #F474AD; }
span { border-color: rgb(244,116,173); }
td.TdClassName
{
border-color: #F474AD;
}
.TagClassName
{
border-color: #F474AD;
}
</style>