Shades of Hot Pink #F15BBA
Tints of Hot Pink #F15BBA
RGB
CMYK
RGB Variations
Color information
#F15BBA (or 0xF15BBA) is known color: Hot Pink. HEX triplet: F1, 5B and BA. RGB value is (241,91,186). Sum of RGB (Red+Green+Blue) = 241+91+186=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BBA is #0EA445. Grayscale: #929292. Windows color (decimal): -959558 or 12213233. OLE color: 12213233.
HSL color Cylindrical-coordinate representation of color #F15BBA: hue angle of 322º 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 #F15BBA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 186 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.05 |
| HSL | 322º | 0.84% | 0.65% | - |
| HSV(B) | 322º | 0.62% | 0.95% | - |
| XYZ | 48.88 | 29.73 | 49.62 | - |
| YUV | 146.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 186 | 0 | 0.62 | 0.23 | 0.05 | 322 | 0.84 | 0.65 |
| Hex | F1 | 5B | BA | 0 | 3E | 17 | 5 | 142 | 54 | 41 |
| Octal | 361 | 133 | 272 | 0 | 76 | 27 | 5 | 502 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10111010 | 0 | 111110 | 10111 | 101 | 101000010 | 1010100 | 1000001 |
Color Harmonies of #F15BBA
Complementary color
Monochromatic Colors of #F15BBA
Black with #F15BBA
Text Example
Text Example
White with #F15BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BBA; }
p { color: rgb(241,91,186); }
H1.HeaderClassName
{
color: #F15BBA;
}
.AnyTagClassName
{
color: #F15BBA;
}
</style>
background-color css
<style>
a { background-color: #F15BBA; }
a { background-color: rgb(241,91,186); }
div.DivClassName
{
background-color: #F15BBA;
}
.BgClassName
{
background-color: #F15BBA;
}
</style>
border-color css
<style>
span { border-color: #F15BBA; }
span { border-color: rgb(241,91,186); }
td.TdClassName
{
border-color: #F15BBA;
}
.TagClassName
{
border-color: #F15BBA;
}
</style>