Shades of Hot Pink #F155B6
Tints of Hot Pink #F155B6
RGB
CMYK
RGB Variations
Color information
#F155B6 (or 0xF155B6) is known color: Hot Pink. HEX triplet: F1, 55 and B6. RGB value is (241,85,182). Sum of RGB (Red+Green+Blue) = 241+85+182=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F155B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155B6 is #0EAA49. Grayscale: #8E8E8E. Windows color (decimal): -961098 or 11949553. OLE color: 11949553.
HSL color Cylindrical-coordinate representation of color #F155B6: hue angle of 322.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155B6 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 182 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.05 |
| HSL | 322.69º | 0.85% | 0.64% | - |
| HSV(B) | 322.69º | 0.65% | 0.95% | - |
| XYZ | 47.97 | 28.58 | 47.24 | - |
| YUV | 142.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 182 | 0 | 0.65 | 0.24 | 0.05 | 322.69 | 0.85 | 0.64 |
| Hex | F1 | 55 | B6 | 0 | 41 | 18 | 5 | 143 | 55 | 40 |
| Octal | 361 | 125 | 266 | 0 | 101 | 30 | 5 | 503 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10110110 | 0 | 1000001 | 11000 | 101 | 101000011 | 1010101 | 1000000 |
Color Harmonies of #F155B6
Complementary color
Monochromatic Colors of #F155B6
Black with #F155B6
Text Example
Text Example
White with #F155B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155B6; }
p { color: rgb(241,85,182); }
H1.HeaderClassName
{
color: #F155B6;
}
.AnyTagClassName
{
color: #F155B6;
}
</style>
background-color css
<style>
a { background-color: #F155B6; }
a { background-color: rgb(241,85,182); }
div.DivClassName
{
background-color: #F155B6;
}
.BgClassName
{
background-color: #F155B6;
}
</style>
border-color css
<style>
span { border-color: #F155B6; }
span { border-color: rgb(241,85,182); }
td.TdClassName
{
border-color: #F155B6;
}
.TagClassName
{
border-color: #F155B6;
}
</style>