Shades of Hot Pink #F156B5
Tints of Hot Pink #F156B5
RGB
CMYK
RGB Variations
Color information
#F156B5 (or 0xF156B5) is known color: Hot Pink. HEX triplet: F1, 56 and B5. RGB value is (241,86,181). Sum of RGB (Red+Green+Blue) = 241+86+181=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F156B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156B5 is #0EA94A. Grayscale: #8E8E8E. Windows color (decimal): -960843 or 11884273. OLE color: 11884273.
HSL color Cylindrical-coordinate representation of color #F156B5: hue angle of 323.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156B5 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 181 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.05 |
| HSL | 323.23º | 0.85% | 0.64% | - |
| HSV(B) | 323.23º | 0.64% | 0.95% | - |
| XYZ | 47.94 | 28.69 | 46.73 | - |
| YUV | 143.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 181 | 0 | 0.64 | 0.25 | 0.05 | 323.23 | 0.85 | 0.64 |
| Hex | F1 | 56 | B5 | 0 | 40 | 19 | 5 | 143 | 55 | 40 |
| Octal | 361 | 126 | 265 | 0 | 100 | 31 | 5 | 503 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10110101 | 0 | 1000000 | 11001 | 101 | 101000011 | 1010101 | 1000000 |
Color Harmonies of #F156B5
Complementary color
Monochromatic Colors of #F156B5
Black with #F156B5
Text Example
Text Example
White with #F156B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156B5; }
p { color: rgb(241,86,181); }
H1.HeaderClassName
{
color: #F156B5;
}
.AnyTagClassName
{
color: #F156B5;
}
</style>
background-color css
<style>
a { background-color: #F156B5; }
a { background-color: rgb(241,86,181); }
div.DivClassName
{
background-color: #F156B5;
}
.BgClassName
{
background-color: #F156B5;
}
</style>
border-color css
<style>
span { border-color: #F156B5; }
span { border-color: rgb(241,86,181); }
td.TdClassName
{
border-color: #F156B5;
}
.TagClassName
{
border-color: #F156B5;
}
</style>