Shades of Hot Pink #F155BC
Tints of Hot Pink #F155BC
RGB
CMYK
RGB Variations
Color information
#F155BC (or 0xF155BC) is known color: Hot Pink. HEX triplet: F1, 55 and BC. RGB value is (241,85,188). Sum of RGB (Red+Green+Blue) = 241+85+188=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BC is #0EAA43. Grayscale: #8F8F8F. Windows color (decimal): -961092 or 12342769. OLE color: 12342769.
HSL color Cylindrical-coordinate representation of color #F155BC: hue angle of 320.38º 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 #F155BC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 188 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.05 |
| HSL | 320.38º | 0.85% | 0.64% | - |
| HSV(B) | 320.38º | 0.65% | 0.95% | - |
| XYZ | 48.6 | 28.83 | 50.58 | - |
| YUV | 143.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 188 | 0 | 0.65 | 0.22 | 0.05 | 320.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | BC | 0 | 41 | 16 | 5 | 140 | 55 | 40 |
| Octal | 361 | 125 | 274 | 0 | 101 | 26 | 5 | 500 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10111100 | 0 | 1000001 | 10110 | 101 | 101000000 | 1010101 | 1000000 |
Color Harmonies of #F155BC
Complementary color
Monochromatic Colors of #F155BC
Black with #F155BC
Text Example
Text Example
White with #F155BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155BC; }
p { color: rgb(241,85,188); }
H1.HeaderClassName
{
color: #F155BC;
}
.AnyTagClassName
{
color: #F155BC;
}
</style>
background-color css
<style>
a { background-color: #F155BC; }
a { background-color: rgb(241,85,188); }
div.DivClassName
{
background-color: #F155BC;
}
.BgClassName
{
background-color: #F155BC;
}
</style>
border-color css
<style>
span { border-color: #F155BC; }
span { border-color: rgb(241,85,188); }
td.TdClassName
{
border-color: #F155BC;
}
.TagClassName
{
border-color: #F155BC;
}
</style>