Shades of Hot Pink #F160B8
Tints of Hot Pink #F160B8
RGB
CMYK
RGB Variations
Color information
#F160B8 (or 0xF160B8) is known color: Hot Pink. HEX triplet: F1, 60 and B8. RGB value is (241,96,184). Sum of RGB (Red+Green+Blue) = 241+96+184=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F160B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160B8 is #0E9F47. Grayscale: #959595. Windows color (decimal): -958280 or 12083441. OLE color: 12083441.
HSL color Cylindrical-coordinate representation of color #F160B8: hue angle of 323.59º 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 #F160B8 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 184 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.05 |
| HSL | 323.59º | 0.84% | 0.66% | - |
| HSV(B) | 323.59º | 0.6% | 0.95% | - |
| XYZ | 49.11 | 30.53 | 48.65 | - |
| YUV | 149.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 184 | 0 | 0.60 | 0.24 | 0.05 | 323.59 | 0.84 | 0.66 |
| Hex | F1 | 60 | B8 | 0 | 3C | 18 | 5 | 144 | 54 | 42 |
| Octal | 361 | 140 | 270 | 0 | 74 | 30 | 5 | 504 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10111000 | 0 | 111100 | 11000 | 101 | 101000100 | 1010100 | 1000010 |
Color Harmonies of #F160B8
Complementary color
Monochromatic Colors of #F160B8
Black with #F160B8
Text Example
Text Example
White with #F160B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160B8; }
p { color: rgb(241,96,184); }
H1.HeaderClassName
{
color: #F160B8;
}
.AnyTagClassName
{
color: #F160B8;
}
</style>
background-color css
<style>
a { background-color: #F160B8; }
a { background-color: rgb(241,96,184); }
div.DivClassName
{
background-color: #F160B8;
}
.BgClassName
{
background-color: #F160B8;
}
</style>
border-color css
<style>
span { border-color: #F160B8; }
span { border-color: rgb(241,96,184); }
td.TdClassName
{
border-color: #F160B8;
}
.TagClassName
{
border-color: #F160B8;
}
</style>