Shades of Hot Pink #F155BA
Tints of Hot Pink #F155BA
RGB
CMYK
RGB Variations
Color information
#F155BA (or 0xF155BA) is known color: Hot Pink. HEX triplet: F1, 55 and BA. RGB value is (241,85,186). Sum of RGB (Red+Green+Blue) = 241+85+186=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BA is #0EAA45. Grayscale: #8E8E8E. Windows color (decimal): -961094 or 12211697. OLE color: 12211697.
HSL color Cylindrical-coordinate representation of color #F155BA: hue angle of 321.15º 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 #F155BA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 186 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.05 |
| HSL | 321.15º | 0.85% | 0.64% | - |
| HSV(B) | 321.15º | 0.65% | 0.95% | - |
| XYZ | 48.39 | 28.74 | 49.45 | - |
| YUV | 143.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 186 | 0 | 0.65 | 0.23 | 0.05 | 321.15 | 0.85 | 0.64 |
| Hex | F1 | 55 | BA | 0 | 41 | 17 | 5 | 141 | 55 | 40 |
| Octal | 361 | 125 | 272 | 0 | 101 | 27 | 5 | 501 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10111010 | 0 | 1000001 | 10111 | 101 | 101000001 | 1010101 | 1000000 |
Color Harmonies of #F155BA
Complementary color
Monochromatic Colors of #F155BA
Black with #F155BA
Text Example
Text Example
White with #F155BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155BA; }
p { color: rgb(241,85,186); }
H1.HeaderClassName
{
color: #F155BA;
}
.AnyTagClassName
{
color: #F155BA;
}
</style>
background-color css
<style>
a { background-color: #F155BA; }
a { background-color: rgb(241,85,186); }
div.DivClassName
{
background-color: #F155BA;
}
.BgClassName
{
background-color: #F155BA;
}
</style>
border-color css
<style>
span { border-color: #F155BA; }
span { border-color: rgb(241,85,186); }
td.TdClassName
{
border-color: #F155BA;
}
.TagClassName
{
border-color: #F155BA;
}
</style>