Shades of Hot Pink #F074AD
Tints of Hot Pink #F074AD
RGB
CMYK
RGB Variations
Color information
#F074AD (or 0xF074AD) is known color: Hot Pink. HEX triplet: F0, 74 and AD. RGB value is (240,116,173). Sum of RGB (Red+Green+Blue) = 240+116+173=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F074AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074AD is #0F8B52. Grayscale: #9F9F9F. Windows color (decimal): -1018707 or 11367664. OLE color: 11367664.
HSL color Cylindrical-coordinate representation of color #F074AD: hue angle of 332.42º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 173 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 332.42º | 0.81% | 0.7% | - |
| HSV(B) | 332.42º | 0.52% | 0.94% | - |
| XYZ | 49.72 | 34.03 | 43.48 | - |
| YUV | 159.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 173 | 0 | 0.52 | 0.28 | 0.06 | 332.42 | 0.81 | 0.7 |
| Hex | F0 | 74 | AD | 0 | 34 | 1C | 6 | 14C | 51 | 46 |
| Octal | 360 | 164 | 255 | 0 | 64 | 34 | 6 | 514 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10101101 | 0 | 110100 | 11100 | 110 | 101001100 | 1010001 | 1000110 |
Color Harmonies of #F074AD
Complementary color
Monochromatic Colors of #F074AD
Black with #F074AD
Text Example
Text Example
White with #F074AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074AD; }
p { color: rgb(240,116,173); }
H1.HeaderClassName
{
color: #F074AD;
}
.AnyTagClassName
{
color: #F074AD;
}
</style>
background-color css
<style>
a { background-color: #F074AD; }
a { background-color: rgb(240,116,173); }
div.DivClassName
{
background-color: #F074AD;
}
.BgClassName
{
background-color: #F074AD;
}
</style>
border-color css
<style>
span { border-color: #F074AD; }
span { border-color: rgb(240,116,173); }
td.TdClassName
{
border-color: #F074AD;
}
.TagClassName
{
border-color: #F074AD;
}
</style>