Shades of Shocking Pink #F015BB
Tints of Shocking Pink #F015BB
RGB
CMYK
RGB Variations
Color information
#F015BB (or 0xF015BB) is known color: Shocking Pink. HEX triplet: F0, 15 and BB. RGB value is (240,21,187). Sum of RGB (Red+Green+Blue) = 240+21+187=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F015BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015BB is #0FEA44. Grayscale: #686868. Windows color (decimal): -1043013 or 12260848. OLE color: 12260848.
HSL color Cylindrical-coordinate representation of color #F015BB: hue angle of 314.52º 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 #F015BB is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 187 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.52º | 0.88% | 0.51% | - |
| HSV(B) | 314.52º | 0.91% | 0.94% | - |
| XYZ | 45.17 | 22.65 | 49 | - |
| YUV | 105.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 187 | 0 | 0.91 | 0.22 | 0.06 | 314.52 | 0.88 | 0.51 |
| Hex | F0 | 15 | BB | 0 | 5B | 16 | 6 | 13B | 58 | 33 |
| Octal | 360 | 25 | 273 | 0 | 133 | 26 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10101 | 10111011 | 0 | 1011011 | 10110 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F015BB
Complementary color
Monochromatic Colors of #F015BB
Black with #F015BB
Text Example
Text Example
White with #F015BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015BB; }
p { color: rgb(240,21,187); }
H1.HeaderClassName
{
color: #F015BB;
}
.AnyTagClassName
{
color: #F015BB;
}
</style>
background-color css
<style>
a { background-color: #F015BB; }
a { background-color: rgb(240,21,187); }
div.DivClassName
{
background-color: #F015BB;
}
.BgClassName
{
background-color: #F015BB;
}
</style>
border-color css
<style>
span { border-color: #F015BB; }
span { border-color: rgb(240,21,187); }
td.TdClassName
{
border-color: #F015BB;
}
.TagClassName
{
border-color: #F015BB;
}
</style>