Shades of Hot Pink #F162B0
Tints of Hot Pink #F162B0
RGB
CMYK
RGB Variations
Color information
#F162B0 (or 0xF162B0) is known color: Hot Pink. HEX triplet: F1, 62 and B0. RGB value is (241,98,176). Sum of RGB (Red+Green+Blue) = 241+98+176=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F162B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F162B0 is #0E9D4F. Grayscale: #959595. Windows color (decimal): -957776 or 11559665. OLE color: 11559665.
HSL color Cylindrical-coordinate representation of color #F162B0: hue angle of 327.27º 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 #F162B0 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 176 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.05 |
| HSL | 327.27º | 0.84% | 0.66% | - |
| HSV(B) | 327.27º | 0.59% | 0.95% | - |
| XYZ | 48.48 | 30.57 | 44.42 | - |
| YUV | 149.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 176 | 0 | 0.59 | 0.27 | 0.05 | 327.27 | 0.84 | 0.66 |
| Hex | F1 | 62 | B0 | 0 | 3B | 1B | 5 | 147 | 54 | 42 |
| Octal | 361 | 142 | 260 | 0 | 73 | 33 | 5 | 507 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10110000 | 0 | 111011 | 11011 | 101 | 101000111 | 1010100 | 1000010 |
Color Harmonies of #F162B0
Complementary color
Monochromatic Colors of #F162B0
Black with #F162B0
Text Example
Text Example
White with #F162B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162B0; }
p { color: rgb(241,98,176); }
H1.HeaderClassName
{
color: #F162B0;
}
.AnyTagClassName
{
color: #F162B0;
}
</style>
background-color css
<style>
a { background-color: #F162B0; }
a { background-color: rgb(241,98,176); }
div.DivClassName
{
background-color: #F162B0;
}
.BgClassName
{
background-color: #F162B0;
}
</style>
border-color css
<style>
span { border-color: #F162B0; }
span { border-color: rgb(241,98,176); }
td.TdClassName
{
border-color: #F162B0;
}
.TagClassName
{
border-color: #F162B0;
}
</style>