Shades of Shocking Pink #F013B9
Tints of Shocking Pink #F013B9
RGB
CMYK
RGB Variations
Color information
#F013B9 (or 0xF013B9) is known color: Shocking Pink. HEX triplet: F0, 13 and B9. RGB value is (240,19,185). Sum of RGB (Red+Green+Blue) = 240+19+185=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F013B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013B9 is #0FEC46. Grayscale: #676767. Windows color (decimal): -1043527 or 12129264. OLE color: 12129264.
HSL color Cylindrical-coordinate representation of color #F013B9: hue angle of 314.93º 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 #F013B9 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 185 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.06 |
| HSL | 314.93º | 0.88% | 0.51% | - |
| HSV(B) | 314.93º | 0.92% | 0.94% | - |
| XYZ | 44.93 | 22.49 | 47.87 | - |
| YUV | 104 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 185 | 0 | 0.92 | 0.23 | 0.06 | 314.93 | 0.88 | 0.51 |
| Hex | F0 | 13 | B9 | 0 | 5C | 17 | 6 | 13B | 58 | 33 |
| Octal | 360 | 23 | 271 | 0 | 134 | 27 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10011 | 10111001 | 0 | 1011100 | 10111 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F013B9
Complementary color
Monochromatic Colors of #F013B9
Black with #F013B9
Text Example
Text Example
White with #F013B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013B9; }
p { color: rgb(240,19,185); }
H1.HeaderClassName
{
color: #F013B9;
}
.AnyTagClassName
{
color: #F013B9;
}
</style>
background-color css
<style>
a { background-color: #F013B9; }
a { background-color: rgb(240,19,185); }
div.DivClassName
{
background-color: #F013B9;
}
.BgClassName
{
background-color: #F013B9;
}
</style>
border-color css
<style>
span { border-color: #F013B9; }
span { border-color: rgb(240,19,185); }
td.TdClassName
{
border-color: #F013B9;
}
.TagClassName
{
border-color: #F013B9;
}
</style>