Shades of Shocking Pink #F015BC
Tints of Shocking Pink #F015BC
RGB
CMYK
RGB Variations
Color information
#F015BC (or 0xF015BC) is known color: Shocking Pink. HEX triplet: F0, 15 and BC. RGB value is (240,21,188). Sum of RGB (Red+Green+Blue) = 240+21+188=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F015BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015BC is #0FEA43. Grayscale: #696969. Windows color (decimal): -1043012 or 12326384. OLE color: 12326384.
HSL color Cylindrical-coordinate representation of color #F015BC: hue angle of 314.25º 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 #F015BC is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.25º | 0.88% | 0.51% | - |
| HSV(B) | 314.25º | 0.91% | 0.94% | - |
| XYZ | 45.28 | 22.69 | 49.57 | - |
| YUV | 105.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 188 | 0 | 0.91 | 0.22 | 0.06 | 314.25 | 0.88 | 0.51 |
| Hex | F0 | 15 | BC | 0 | 5B | 16 | 6 | 13A | 58 | 33 |
| Octal | 360 | 25 | 274 | 0 | 133 | 26 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10101 | 10111100 | 0 | 1011011 | 10110 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F015BC
Complementary color
Monochromatic Colors of #F015BC
Black with #F015BC
Text Example
Text Example
White with #F015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015BC; }
p { color: rgb(240,21,188); }
H1.HeaderClassName
{
color: #F015BC;
}
.AnyTagClassName
{
color: #F015BC;
}
</style>
background-color css
<style>
a { background-color: #F015BC; }
a { background-color: rgb(240,21,188); }
div.DivClassName
{
background-color: #F015BC;
}
.BgClassName
{
background-color: #F015BC;
}
</style>
border-color css
<style>
span { border-color: #F015BC; }
span { border-color: rgb(240,21,188); }
td.TdClassName
{
border-color: #F015BC;
}
.TagClassName
{
border-color: #F015BC;
}
</style>