Shades of Hot Pink #F074AB
Tints of Hot Pink #F074AB
RGB
CMYK
RGB Variations
Color information
#F074AB (or 0xF074AB) is known color: Hot Pink. HEX triplet: F0, 74 and AB. RGB value is (240,116,171). Sum of RGB (Red+Green+Blue) = 240+116+171=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F074AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074AB is #0F8B54. Grayscale: #9F9F9F. Windows color (decimal): -1018709 or 11236592. OLE color: 11236592.
HSL color Cylindrical-coordinate representation of color #F074AB: hue angle of 333.39º 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 #F074AB is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 171 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.06 |
| HSL | 333.39º | 0.81% | 0.7% | - |
| HSV(B) | 333.39º | 0.52% | 0.94% | - |
| XYZ | 49.53 | 33.96 | 42.47 | - |
| YUV | 159.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 171 | 0 | 0.52 | 0.29 | 0.06 | 333.39 | 0.81 | 0.7 |
| Hex | F0 | 74 | AB | 0 | 34 | 1D | 6 | 14D | 51 | 46 |
| Octal | 360 | 164 | 253 | 0 | 64 | 35 | 6 | 515 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10101011 | 0 | 110100 | 11101 | 110 | 101001101 | 1010001 | 1000110 |
Color Harmonies of #F074AB
Complementary color
Monochromatic Colors of #F074AB
Black with #F074AB
Text Example
Text Example
White with #F074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074AB; }
p { color: rgb(240,116,171); }
H1.HeaderClassName
{
color: #F074AB;
}
.AnyTagClassName
{
color: #F074AB;
}
</style>
background-color css
<style>
a { background-color: #F074AB; }
a { background-color: rgb(240,116,171); }
div.DivClassName
{
background-color: #F074AB;
}
.BgClassName
{
background-color: #F074AB;
}
</style>
border-color css
<style>
span { border-color: #F074AB; }
span { border-color: rgb(240,116,171); }
td.TdClassName
{
border-color: #F074AB;
}
.TagClassName
{
border-color: #F074AB;
}
</style>