Shades of Hot Pink #F162BA
Tints of Hot Pink #F162BA
RGB
CMYK
RGB Variations
Color information
#F162BA (or 0xF162BA) is known color: Hot Pink. HEX triplet: F1, 62 and BA. RGB value is (241,98,186). Sum of RGB (Red+Green+Blue) = 241+98+186=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F162BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162BA is #0E9D45. Grayscale: #969696. Windows color (decimal): -957766 or 12215025. OLE color: 12215025.
HSL color Cylindrical-coordinate representation of color #F162BA: hue angle of 323.08º 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 #F162BA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 186 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.08º | 0.84% | 0.66% | - |
| HSV(B) | 323.08º | 0.59% | 0.95% | - |
| XYZ | 49.51 | 30.98 | 49.83 | - |
| YUV | 150.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 186 | 0 | 0.59 | 0.23 | 0.05 | 323.08 | 0.84 | 0.66 |
| Hex | F1 | 62 | BA | 0 | 3B | 17 | 5 | 143 | 54 | 42 |
| Octal | 361 | 142 | 272 | 0 | 73 | 27 | 5 | 503 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10111010 | 0 | 111011 | 10111 | 101 | 101000011 | 1010100 | 1000010 |
Color Harmonies of #F162BA
Complementary color
Monochromatic Colors of #F162BA
Black with #F162BA
Text Example
Text Example
White with #F162BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162BA; }
p { color: rgb(241,98,186); }
H1.HeaderClassName
{
color: #F162BA;
}
.AnyTagClassName
{
color: #F162BA;
}
</style>
background-color css
<style>
a { background-color: #F162BA; }
a { background-color: rgb(241,98,186); }
div.DivClassName
{
background-color: #F162BA;
}
.BgClassName
{
background-color: #F162BA;
}
</style>
border-color css
<style>
span { border-color: #F162BA; }
span { border-color: rgb(241,98,186); }
td.TdClassName
{
border-color: #F162BA;
}
.TagClassName
{
border-color: #F162BA;
}
</style>