Shades of Hot Pink #F160BA
Tints of Hot Pink #F160BA
RGB
CMYK
RGB Variations
Color information
#F160BA (or 0xF160BA) is known color: Hot Pink. HEX triplet: F1, 60 and BA. RGB value is (241,96,186). Sum of RGB (Red+Green+Blue) = 241+96+186=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F160BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160BA is #0E9F45. Grayscale: #959595. Windows color (decimal): -958278 or 12214513. OLE color: 12214513.
HSL color Cylindrical-coordinate representation of color #F160BA: hue angle of 322.76º 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 #F160BA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 186 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.76º | 0.84% | 0.66% | - |
| HSV(B) | 322.76º | 0.6% | 0.95% | - |
| XYZ | 49.32 | 30.61 | 49.76 | - |
| YUV | 149.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 186 | 0 | 0.60 | 0.23 | 0.05 | 322.76 | 0.84 | 0.66 |
| Hex | F1 | 60 | BA | 0 | 3C | 17 | 5 | 143 | 54 | 42 |
| Octal | 361 | 140 | 272 | 0 | 74 | 27 | 5 | 503 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10111010 | 0 | 111100 | 10111 | 101 | 101000011 | 1010100 | 1000010 |
Color Harmonies of #F160BA
Complementary color
Monochromatic Colors of #F160BA
Black with #F160BA
Text Example
Text Example
White with #F160BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160BA; }
p { color: rgb(241,96,186); }
H1.HeaderClassName
{
color: #F160BA;
}
.AnyTagClassName
{
color: #F160BA;
}
</style>
background-color css
<style>
a { background-color: #F160BA; }
a { background-color: rgb(241,96,186); }
div.DivClassName
{
background-color: #F160BA;
}
.BgClassName
{
background-color: #F160BA;
}
</style>
border-color css
<style>
span { border-color: #F160BA; }
span { border-color: rgb(241,96,186); }
td.TdClassName
{
border-color: #F160BA;
}
.TagClassName
{
border-color: #F160BA;
}
</style>