Shades of Hot Pink #F162B9
Tints of Hot Pink #F162B9
RGB
CMYK
RGB Variations
Color information
#F162B9 (or 0xF162B9) is known color: Hot Pink. HEX triplet: F1, 62 and B9. RGB value is (241,98,185). Sum of RGB (Red+Green+Blue) = 241+98+185=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F162B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162B9 is #0E9D46. Grayscale: #969696. Windows color (decimal): -957767 or 12149489. OLE color: 12149489.
HSL color Cylindrical-coordinate representation of color #F162B9: hue angle of 323.5º 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 #F162B9 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 185 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.5º | 0.84% | 0.66% | - |
| HSV(B) | 323.5º | 0.59% | 0.95% | - |
| XYZ | 49.4 | 30.94 | 49.27 | - |
| YUV | 150.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 185 | 0 | 0.59 | 0.23 | 0.05 | 323.5 | 0.84 | 0.66 |
| Hex | F1 | 62 | B9 | 0 | 3B | 17 | 5 | 143 | 54 | 42 |
| Octal | 361 | 142 | 271 | 0 | 73 | 27 | 5 | 503 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10111001 | 0 | 111011 | 10111 | 101 | 101000011 | 1010100 | 1000010 |
Color Harmonies of #F162B9
Complementary color
Monochromatic Colors of #F162B9
Black with #F162B9
Text Example
Text Example
White with #F162B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162B9; }
p { color: rgb(241,98,185); }
H1.HeaderClassName
{
color: #F162B9;
}
.AnyTagClassName
{
color: #F162B9;
}
</style>
background-color css
<style>
a { background-color: #F162B9; }
a { background-color: rgb(241,98,185); }
div.DivClassName
{
background-color: #F162B9;
}
.BgClassName
{
background-color: #F162B9;
}
</style>
border-color css
<style>
span { border-color: #F162B9; }
span { border-color: rgb(241,98,185); }
td.TdClassName
{
border-color: #F162B9;
}
.TagClassName
{
border-color: #F162B9;
}
</style>