Shades of Shocking Pink #F013C7
Tints of Shocking Pink #F013C7
RGB
CMYK
RGB Variations
Color information
#F013C7 (or 0xF013C7) is known color: Shocking Pink. HEX triplet: F0, 13 and C7. RGB value is (240,19,199). Sum of RGB (Red+Green+Blue) = 240+19+199=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F013C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013C7 is #0FEC38. Grayscale: #696969. Windows color (decimal): -1043513 or 13046768. OLE color: 13046768.
HSL color Cylindrical-coordinate representation of color #F013C7: hue angle of 311.13º 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 #F013C7 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 199 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.06 |
| HSL | 311.13º | 0.88% | 0.51% | - |
| HSV(B) | 311.13º | 0.92% | 0.94% | - |
| XYZ | 46.48 | 23.11 | 56.04 | - |
| YUV | 105.6 | 180.72 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 199 | 0 | 0.92 | 0.17 | 0.06 | 311.13 | 0.88 | 0.51 |
| Hex | F0 | 13 | C7 | 0 | 5C | 11 | 6 | 137 | 58 | 33 |
| Octal | 360 | 23 | 307 | 0 | 134 | 21 | 6 | 467 | 130 | 63 |
| Binary | 11110000 | 10011 | 11000111 | 0 | 1011100 | 10001 | 110 | 100110111 | 1011000 | 110011 |
Color Harmonies of #F013C7
Complementary color
Monochromatic Colors of #F013C7
Black with #F013C7
Text Example
Text Example
White with #F013C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013C7; }
p { color: rgb(240,19,199); }
H1.HeaderClassName
{
color: #F013C7;
}
.AnyTagClassName
{
color: #F013C7;
}
</style>
background-color css
<style>
a { background-color: #F013C7; }
a { background-color: rgb(240,19,199); }
div.DivClassName
{
background-color: #F013C7;
}
.BgClassName
{
background-color: #F013C7;
}
</style>
border-color css
<style>
span { border-color: #F013C7; }
span { border-color: rgb(240,19,199); }
td.TdClassName
{
border-color: #F013C7;
}
.TagClassName
{
border-color: #F013C7;
}
</style>