Shades of Hot Pink #F15BBC
Tints of Hot Pink #F15BBC
RGB
CMYK
RGB Variations
Color information
#F15BBC (or 0xF15BBC) is known color: Hot Pink. HEX triplet: F1, 5B and BC. RGB value is (241,91,188). Sum of RGB (Red+Green+Blue) = 241+91+188=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BBC is #0EA443. Grayscale: #929292. Windows color (decimal): -959556 or 12344305. OLE color: 12344305.
HSL color Cylindrical-coordinate representation of color #F15BBC: hue angle of 321.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BBC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 188 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.05 |
| HSL | 321.2º | 0.84% | 0.65% | - |
| HSV(B) | 321.2º | 0.62% | 0.95% | - |
| XYZ | 49.09 | 29.81 | 50.74 | - |
| YUV | 146.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 188 | 0 | 0.62 | 0.22 | 0.05 | 321.2 | 0.84 | 0.65 |
| Hex | F1 | 5B | BC | 0 | 3E | 16 | 5 | 141 | 54 | 41 |
| Octal | 361 | 133 | 274 | 0 | 76 | 26 | 5 | 501 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10111100 | 0 | 111110 | 10110 | 101 | 101000001 | 1010100 | 1000001 |
Color Harmonies of #F15BBC
Complementary color
Monochromatic Colors of #F15BBC
Black with #F15BBC
Text Example
Text Example
White with #F15BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BBC; }
p { color: rgb(241,91,188); }
H1.HeaderClassName
{
color: #F15BBC;
}
.AnyTagClassName
{
color: #F15BBC;
}
</style>
background-color css
<style>
a { background-color: #F15BBC; }
a { background-color: rgb(241,91,188); }
div.DivClassName
{
background-color: #F15BBC;
}
.BgClassName
{
background-color: #F15BBC;
}
</style>
border-color css
<style>
span { border-color: #F15BBC; }
span { border-color: rgb(241,91,188); }
td.TdClassName
{
border-color: #F15BBC;
}
.TagClassName
{
border-color: #F15BBC;
}
</style>