Shades of Shocking Pink #F013BA
Tints of Shocking Pink #F013BA
RGB
CMYK
RGB Variations
Color information
#F013BA (or 0xF013BA) is known color: Shocking Pink. HEX triplet: F0, 13 and BA. RGB value is (240,19,186). Sum of RGB (Red+Green+Blue) = 240+19+186=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F013BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013BA is #0FEC45. Grayscale: #676767. Windows color (decimal): -1043526 or 12194800. OLE color: 12194800.
HSL color Cylindrical-coordinate representation of color #F013BA: hue angle of 314.66º 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 #F013BA is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.06 |
| HSL | 314.66º | 0.88% | 0.51% | - |
| HSV(B) | 314.66º | 0.92% | 0.94% | - |
| XYZ | 45.03 | 22.54 | 48.43 | - |
| YUV | 104.12 | 174.22 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 186 | 0 | 0.92 | 0.22 | 0.06 | 314.66 | 0.88 | 0.51 |
| Hex | F0 | 13 | BA | 0 | 5C | 16 | 6 | 13B | 58 | 33 |
| Octal | 360 | 23 | 272 | 0 | 134 | 26 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10011 | 10111010 | 0 | 1011100 | 10110 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F013BA
Complementary color
Monochromatic Colors of #F013BA
Black with #F013BA
Text Example
Text Example
White with #F013BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013BA; }
p { color: rgb(240,19,186); }
H1.HeaderClassName
{
color: #F013BA;
}
.AnyTagClassName
{
color: #F013BA;
}
</style>
background-color css
<style>
a { background-color: #F013BA; }
a { background-color: rgb(240,19,186); }
div.DivClassName
{
background-color: #F013BA;
}
.BgClassName
{
background-color: #F013BA;
}
</style>
border-color css
<style>
span { border-color: #F013BA; }
span { border-color: rgb(240,19,186); }
td.TdClassName
{
border-color: #F013BA;
}
.TagClassName
{
border-color: #F013BA;
}
</style>