Shades of Hot Pink #F160AF
Tints of Hot Pink #F160AF
RGB
CMYK
RGB Variations
Color information
#F160AF (or 0xF160AF) is known color: Hot Pink. HEX triplet: F1, 60 and AF. RGB value is (241,96,175). Sum of RGB (Red+Green+Blue) = 241+96+175=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F160AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160AF is #0E9F50. Grayscale: #949494. Windows color (decimal): -958289 or 11493617. OLE color: 11493617.
HSL color Cylindrical-coordinate representation of color #F160AF: hue angle of 327.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160AF is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 175 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.05 |
| HSL | 327.31º | 0.84% | 0.66% | - |
| HSV(B) | 327.31º | 0.6% | 0.95% | - |
| XYZ | 48.2 | 30.16 | 43.84 | - |
| YUV | 148.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 175 | 0 | 0.60 | 0.27 | 0.05 | 327.31 | 0.84 | 0.66 |
| Hex | F1 | 60 | AF | 0 | 3C | 1B | 5 | 147 | 54 | 42 |
| Octal | 361 | 140 | 257 | 0 | 74 | 33 | 5 | 507 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10101111 | 0 | 111100 | 11011 | 101 | 101000111 | 1010100 | 1000010 |
Color Harmonies of #F160AF
Complementary color
Monochromatic Colors of #F160AF
Black with #F160AF
Text Example
Text Example
White with #F160AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160AF; }
p { color: rgb(241,96,175); }
H1.HeaderClassName
{
color: #F160AF;
}
.AnyTagClassName
{
color: #F160AF;
}
</style>
background-color css
<style>
a { background-color: #F160AF; }
a { background-color: rgb(241,96,175); }
div.DivClassName
{
background-color: #F160AF;
}
.BgClassName
{
background-color: #F160AF;
}
</style>
border-color css
<style>
span { border-color: #F160AF; }
span { border-color: rgb(241,96,175); }
td.TdClassName
{
border-color: #F160AF;
}
.TagClassName
{
border-color: #F160AF;
}
</style>