Shades of Hot Pink #F161BA
Tints of Hot Pink #F161BA
RGB
CMYK
RGB Variations
Color information
#F161BA (or 0xF161BA) is known color: Hot Pink. HEX triplet: F1, 61 and BA. RGB value is (241,97,186). Sum of RGB (Red+Green+Blue) = 241+97+186=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F161BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161BA is #0E9E45. Grayscale: #959595. Windows color (decimal): -958022 or 12214769. OLE color: 12214769.
HSL color Cylindrical-coordinate representation of color #F161BA: hue angle of 322.92º 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 #F161BA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 186 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.92º | 0.84% | 0.66% | - |
| HSV(B) | 322.92º | 0.6% | 0.95% | - |
| XYZ | 49.41 | 30.8 | 49.79 | - |
| YUV | 150.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 186 | 0 | 0.60 | 0.23 | 0.05 | 322.92 | 0.84 | 0.66 |
| Hex | F1 | 61 | BA | 0 | 3C | 17 | 5 | 143 | 54 | 42 |
| Octal | 361 | 141 | 272 | 0 | 74 | 27 | 5 | 503 | 124 | 102 |
| Binary | 11110001 | 1100001 | 10111010 | 0 | 111100 | 10111 | 101 | 101000011 | 1010100 | 1000010 |
Color Harmonies of #F161BA
Complementary color
Monochromatic Colors of #F161BA
Black with #F161BA
Text Example
Text Example
White with #F161BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F161BA; }
p { color: rgb(241,97,186); }
H1.HeaderClassName
{
color: #F161BA;
}
.AnyTagClassName
{
color: #F161BA;
}
</style>
background-color css
<style>
a { background-color: #F161BA; }
a { background-color: rgb(241,97,186); }
div.DivClassName
{
background-color: #F161BA;
}
.BgClassName
{
background-color: #F161BA;
}
</style>
border-color css
<style>
span { border-color: #F161BA; }
span { border-color: rgb(241,97,186); }
td.TdClassName
{
border-color: #F161BA;
}
.TagClassName
{
border-color: #F161BA;
}
</style>