Shades of Shocking Pink #F013C6
Tints of Shocking Pink #F013C6
RGB
CMYK
RGB Variations
Color information
#F013C6 (or 0xF013C6) is known color: Shocking Pink. HEX triplet: F0, 13 and C6. RGB value is (240,19,198). Sum of RGB (Red+Green+Blue) = 240+19+198=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F013C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013C6 is #0FEC39. Grayscale: #686868. Windows color (decimal): -1043514 or 12981232. OLE color: 12981232.
HSL color Cylindrical-coordinate representation of color #F013C6: hue angle of 311.4º 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 #F013C6 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 198 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.06 |
| HSL | 311.4º | 0.88% | 0.51% | - |
| HSV(B) | 311.4º | 0.92% | 0.94% | - |
| XYZ | 46.36 | 23.07 | 55.44 | - |
| YUV | 105.49 | 180.22 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 198 | 0 | 0.92 | 0.18 | 0.06 | 311.4 | 0.88 | 0.51 |
| Hex | F0 | 13 | C6 | 0 | 5C | 12 | 6 | 137 | 58 | 33 |
| Octal | 360 | 23 | 306 | 0 | 134 | 22 | 6 | 467 | 130 | 63 |
| Binary | 11110000 | 10011 | 11000110 | 0 | 1011100 | 10010 | 110 | 100110111 | 1011000 | 110011 |
Color Harmonies of #F013C6
Complementary color
Monochromatic Colors of #F013C6
Black with #F013C6
Text Example
Text Example
White with #F013C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013C6; }
p { color: rgb(240,19,198); }
H1.HeaderClassName
{
color: #F013C6;
}
.AnyTagClassName
{
color: #F013C6;
}
</style>
background-color css
<style>
a { background-color: #F013C6; }
a { background-color: rgb(240,19,198); }
div.DivClassName
{
background-color: #F013C6;
}
.BgClassName
{
background-color: #F013C6;
}
</style>
border-color css
<style>
span { border-color: #F013C6; }
span { border-color: rgb(240,19,198); }
td.TdClassName
{
border-color: #F013C6;
}
.TagClassName
{
border-color: #F013C6;
}
</style>