Shades of Hot Pink #F162AF
Tints of Hot Pink #F162AF
RGB
CMYK
RGB Variations
Color information
#F162AF (or 0xF162AF) is known color: Hot Pink. HEX triplet: F1, 62 and AF. RGB value is (241,98,175). Sum of RGB (Red+Green+Blue) = 241+98+175=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F162AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F162AF is #0E9D50. Grayscale: #959595. Windows color (decimal): -957777 or 11494129. OLE color: 11494129.
HSL color Cylindrical-coordinate representation of color #F162AF: hue angle of 327.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162AF is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 175 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.05 |
| HSL | 327.69º | 0.84% | 0.66% | - |
| HSV(B) | 327.69º | 0.59% | 0.95% | - |
| XYZ | 48.38 | 30.53 | 43.9 | - |
| YUV | 149.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 175 | 0 | 0.59 | 0.27 | 0.05 | 327.69 | 0.84 | 0.66 |
| Hex | F1 | 62 | AF | 0 | 3B | 1B | 5 | 148 | 54 | 42 |
| Octal | 361 | 142 | 257 | 0 | 73 | 33 | 5 | 510 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10101111 | 0 | 111011 | 11011 | 101 | 101001000 | 1010100 | 1000010 |
Color Harmonies of #F162AF
Complementary color
Monochromatic Colors of #F162AF
Black with #F162AF
Text Example
Text Example
White with #F162AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162AF; }
p { color: rgb(241,98,175); }
H1.HeaderClassName
{
color: #F162AF;
}
.AnyTagClassName
{
color: #F162AF;
}
</style>
background-color css
<style>
a { background-color: #F162AF; }
a { background-color: rgb(241,98,175); }
div.DivClassName
{
background-color: #F162AF;
}
.BgClassName
{
background-color: #F162AF;
}
</style>
border-color css
<style>
span { border-color: #F162AF; }
span { border-color: rgb(241,98,175); }
td.TdClassName
{
border-color: #F162AF;
}
.TagClassName
{
border-color: #F162AF;
}
</style>