Shades of Hot Pink #F462AB
Tints of Hot Pink #F462AB
RGB
CMYK
RGB Variations
Color information
#F462AB (or 0xF462AB) is known color: Hot Pink. HEX triplet: F4, 62 and AB. RGB value is (244,98,171). Sum of RGB (Red+Green+Blue) = 244+98+171=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F462AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F462AB is #0B9D54. Grayscale: #959595. Windows color (decimal): -761173 or 11231988. OLE color: 11231988.
HSL color Cylindrical-coordinate representation of color #F462AB: hue angle of 330º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F462AB is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 98 | 171 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.04 |
| HSL | 330º | 0.87% | 0.67% | - |
| HSV(B) | 330º | 0.6% | 0.96% | - |
| XYZ | 49.03 | 30.91 | 41.91 | - |
| YUV | 149.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 98 | 171 | 0 | 0.60 | 0.30 | 0.04 | 330 | 0.87 | 0.67 |
| Hex | F4 | 62 | AB | 0 | 3C | 1E | 4 | 14A | 57 | 43 |
| Octal | 364 | 142 | 253 | 0 | 74 | 36 | 4 | 512 | 127 | 103 |
| Binary | 11110100 | 1100010 | 10101011 | 0 | 111100 | 11110 | 100 | 101001010 | 1010111 | 1000011 |
Color Harmonies of #F462AB
Complementary color
Monochromatic Colors of #F462AB
Black with #F462AB
Text Example
Text Example
White with #F462AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F462AB; }
p { color: rgb(244,98,171); }
H1.HeaderClassName
{
color: #F462AB;
}
.AnyTagClassName
{
color: #F462AB;
}
</style>
background-color css
<style>
a { background-color: #F462AB; }
a { background-color: rgb(244,98,171); }
div.DivClassName
{
background-color: #F462AB;
}
.BgClassName
{
background-color: #F462AB;
}
</style>
border-color css
<style>
span { border-color: #F462AB; }
span { border-color: rgb(244,98,171); }
td.TdClassName
{
border-color: #F462AB;
}
.TagClassName
{
border-color: #F462AB;
}
</style>