Shades of Hot Pink #F160B5
Tints of Hot Pink #F160B5
RGB
CMYK
RGB Variations
Color information
#F160B5 (or 0xF160B5) is known color: Hot Pink. HEX triplet: F1, 60 and B5. RGB value is (241,96,181). Sum of RGB (Red+Green+Blue) = 241+96+181=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F160B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160B5 is #0E9F4A. Grayscale: #949494. Windows color (decimal): -958283 or 11886833. OLE color: 11886833.
HSL color Cylindrical-coordinate representation of color #F160B5: hue angle of 324.83º 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 #F160B5 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 181 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.05 |
| HSL | 324.83º | 0.84% | 0.66% | - |
| HSV(B) | 324.83º | 0.6% | 0.95% | - |
| XYZ | 48.8 | 30.4 | 47.01 | - |
| YUV | 149.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 181 | 0 | 0.60 | 0.25 | 0.05 | 324.83 | 0.84 | 0.66 |
| Hex | F1 | 60 | B5 | 0 | 3C | 19 | 5 | 145 | 54 | 42 |
| Octal | 361 | 140 | 265 | 0 | 74 | 31 | 5 | 505 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10110101 | 0 | 111100 | 11001 | 101 | 101000101 | 1010100 | 1000010 |
Color Harmonies of #F160B5
Complementary color
Monochromatic Colors of #F160B5
Black with #F160B5
Text Example
Text Example
White with #F160B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160B5; }
p { color: rgb(241,96,181); }
H1.HeaderClassName
{
color: #F160B5;
}
.AnyTagClassName
{
color: #F160B5;
}
</style>
background-color css
<style>
a { background-color: #F160B5; }
a { background-color: rgb(241,96,181); }
div.DivClassName
{
background-color: #F160B5;
}
.BgClassName
{
background-color: #F160B5;
}
</style>
border-color css
<style>
span { border-color: #F160B5; }
span { border-color: rgb(241,96,181); }
td.TdClassName
{
border-color: #F160B5;
}
.TagClassName
{
border-color: #F160B5;
}
</style>