Shades of Hot Pink #F160B7
Tints of Hot Pink #F160B7
RGB
CMYK
RGB Variations
Color information
#F160B7 (or 0xF160B7) is known color: Hot Pink. HEX triplet: F1, 60 and B7. RGB value is (241,96,183). Sum of RGB (Red+Green+Blue) = 241+96+183=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F160B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160B7 is #0E9F48. Grayscale: #959595. Windows color (decimal): -958281 or 12017905. OLE color: 12017905.
HSL color Cylindrical-coordinate representation of color #F160B7: hue angle of 324º 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 #F160B7 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 183 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.05 |
| HSL | 324º | 0.84% | 0.66% | - |
| HSV(B) | 324º | 0.6% | 0.95% | - |
| XYZ | 49.01 | 30.49 | 48.1 | - |
| YUV | 149.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 183 | 0 | 0.60 | 0.24 | 0.05 | 324 | 0.84 | 0.66 |
| Hex | F1 | 60 | B7 | 0 | 3C | 18 | 5 | 144 | 54 | 42 |
| Octal | 361 | 140 | 267 | 0 | 74 | 30 | 5 | 504 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10110111 | 0 | 111100 | 11000 | 101 | 101000100 | 1010100 | 1000010 |
Color Harmonies of #F160B7
Complementary color
Monochromatic Colors of #F160B7
Black with #F160B7
Text Example
Text Example
White with #F160B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160B7; }
p { color: rgb(241,96,183); }
H1.HeaderClassName
{
color: #F160B7;
}
.AnyTagClassName
{
color: #F160B7;
}
</style>
background-color css
<style>
a { background-color: #F160B7; }
a { background-color: rgb(241,96,183); }
div.DivClassName
{
background-color: #F160B7;
}
.BgClassName
{
background-color: #F160B7;
}
</style>
border-color css
<style>
span { border-color: #F160B7; }
span { border-color: rgb(241,96,183); }
td.TdClassName
{
border-color: #F160B7;
}
.TagClassName
{
border-color: #F160B7;
}
</style>