Shades of Shocking Pink #F013BB
Tints of Shocking Pink #F013BB
RGB
CMYK
RGB Variations
Color information
#F013BB (or 0xF013BB) is known color: Shocking Pink. HEX triplet: F0, 13 and BB. RGB value is (240,19,187). Sum of RGB (Red+Green+Blue) = 240+19+187=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BB is #0FEC44. Grayscale: #676767. Windows color (decimal): -1043525 or 12260336. OLE color: 12260336.
HSL color Cylindrical-coordinate representation of color #F013BB: hue angle of 314.39º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013BB is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 187 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.06 |
| HSL | 314.39º | 0.88% | 0.51% | - |
| HSV(B) | 314.39º | 0.92% | 0.94% | - |
| XYZ | 45.14 | 22.58 | 48.99 | - |
| YUV | 104.23 | 174.72 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 187 | 0 | 0.92 | 0.22 | 0.06 | 314.39 | 0.88 | 0.51 |
| Hex | F0 | 13 | BB | 0 | 5C | 16 | 6 | 13A | 58 | 33 |
| Octal | 360 | 23 | 273 | 0 | 134 | 26 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10011 | 10111011 | 0 | 1011100 | 10110 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F013BB
Complementary color
Monochromatic Colors of #F013BB
Black with #F013BB
Text Example
Text Example
White with #F013BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013BB; }
p { color: rgb(240,19,187); }
H1.HeaderClassName
{
color: #F013BB;
}
.AnyTagClassName
{
color: #F013BB;
}
</style>
background-color css
<style>
a { background-color: #F013BB; }
a { background-color: rgb(240,19,187); }
div.DivClassName
{
background-color: #F013BB;
}
.BgClassName
{
background-color: #F013BB;
}
</style>
border-color css
<style>
span { border-color: #F013BB; }
span { border-color: rgb(240,19,187); }
td.TdClassName
{
border-color: #F013BB;
}
.TagClassName
{
border-color: #F013BB;
}
</style>