Shades of Shocking Pink #F013BC
Tints of Shocking Pink #F013BC
RGB
CMYK
RGB Variations
Color information
#F013BC (or 0xF013BC) is known color: Shocking Pink. HEX triplet: F0, 13 and BC. RGB value is (240,19,188). Sum of RGB (Red+Green+Blue) = 240+19+188=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BC is #0FEC43. Grayscale: #676767. Windows color (decimal): -1043524 or 12325872. OLE color: 12325872.
HSL color Cylindrical-coordinate representation of color #F013BC: hue angle of 314.12º 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 #F013BC is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 188 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.06 |
| HSL | 314.12º | 0.88% | 0.51% | - |
| HSV(B) | 314.12º | 0.92% | 0.94% | - |
| XYZ | 45.25 | 22.62 | 49.56 | - |
| YUV | 104.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 188 | 0 | 0.92 | 0.22 | 0.06 | 314.12 | 0.88 | 0.51 |
| Hex | F0 | 13 | BC | 0 | 5C | 16 | 6 | 13A | 58 | 33 |
| Octal | 360 | 23 | 274 | 0 | 134 | 26 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10011 | 10111100 | 0 | 1011100 | 10110 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F013BC
Complementary color
Monochromatic Colors of #F013BC
Black with #F013BC
Text Example
Text Example
White with #F013BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013BC; }
p { color: rgb(240,19,188); }
H1.HeaderClassName
{
color: #F013BC;
}
.AnyTagClassName
{
color: #F013BC;
}
</style>
background-color css
<style>
a { background-color: #F013BC; }
a { background-color: rgb(240,19,188); }
div.DivClassName
{
background-color: #F013BC;
}
.BgClassName
{
background-color: #F013BC;
}
</style>
border-color css
<style>
span { border-color: #F013BC; }
span { border-color: rgb(240,19,188); }
td.TdClassName
{
border-color: #F013BC;
}
.TagClassName
{
border-color: #F013BC;
}
</style>