Shades of Shocking Pink #F015BA
Tints of Shocking Pink #F015BA
RGB
CMYK
RGB Variations
Color information
#F015BA (or 0xF015BA) is known color: Shocking Pink. HEX triplet: F0, 15 and BA. RGB value is (240,21,186). Sum of RGB (Red+Green+Blue) = 240+21+186=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F015BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015BA is #0FEA45. Grayscale: #686868. Windows color (decimal): -1043014 or 12195312. OLE color: 12195312.
HSL color Cylindrical-coordinate representation of color #F015BA: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015BA is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.79º | 0.88% | 0.51% | - |
| HSV(B) | 314.79º | 0.91% | 0.94% | - |
| XYZ | 45.07 | 22.61 | 48.44 | - |
| YUV | 105.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 186 | 0 | 0.91 | 0.22 | 0.06 | 314.79 | 0.88 | 0.51 |
| Hex | F0 | 15 | BA | 0 | 5B | 16 | 6 | 13B | 58 | 33 |
| Octal | 360 | 25 | 272 | 0 | 133 | 26 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10101 | 10111010 | 0 | 1011011 | 10110 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F015BA
Complementary color
Monochromatic Colors of #F015BA
Black with #F015BA
Text Example
Text Example
White with #F015BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015BA; }
p { color: rgb(240,21,186); }
H1.HeaderClassName
{
color: #F015BA;
}
.AnyTagClassName
{
color: #F015BA;
}
</style>
background-color css
<style>
a { background-color: #F015BA; }
a { background-color: rgb(240,21,186); }
div.DivClassName
{
background-color: #F015BA;
}
.BgClassName
{
background-color: #F015BA;
}
</style>
border-color css
<style>
span { border-color: #F015BA; }
span { border-color: rgb(240,21,186); }
td.TdClassName
{
border-color: #F015BA;
}
.TagClassName
{
border-color: #F015BA;
}
</style>