Shades of Shocking Pink #F007C0
Tints of Shocking Pink #F007C0
RGB
CMYK
RGB Variations
Color information
#F007C0 (or 0xF007C0) is known color: Shocking Pink. HEX triplet: F0, 07 and C0. RGB value is (240,7,192). Sum of RGB (Red+Green+Blue) = 240+7+192=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C0 is #0FF83F. Grayscale: #616161. Windows color (decimal): -1046592 or 12584944. OLE color: 12584944.
HSL color Cylindrical-coordinate representation of color #F007C0: hue angle of 312.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007C0 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.06 |
| HSL | 312.36º | 0.94% | 0.48% | - |
| HSV(B) | 312.36º | 0.97% | 0.94% | - |
| XYZ | 45.53 | 22.48 | 51.81 | - |
| YUV | 97.76 | 181.19 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 192 | 0 | 0.97 | 0.20 | 0.06 | 312.36 | 0.94 | 0.48 |
| Hex | F0 | 7 | C0 | 0 | 61 | 14 | 6 | 138 | 5E | 30 |
| Octal | 360 | 7 | 300 | 0 | 141 | 24 | 6 | 470 | 136 | 60 |
| Binary | 11110000 | 111 | 11000000 | 0 | 1100001 | 10100 | 110 | 100111000 | 1011110 | 110000 |
Color Harmonies of #F007C0
Complementary color
Monochromatic Colors of #F007C0
Black with #F007C0
Text Example
Text Example
White with #F007C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007C0; }
p { color: rgb(240,7,192); }
H1.HeaderClassName
{
color: #F007C0;
}
.AnyTagClassName
{
color: #F007C0;
}
</style>
background-color css
<style>
a { background-color: #F007C0; }
a { background-color: rgb(240,7,192); }
div.DivClassName
{
background-color: #F007C0;
}
.BgClassName
{
background-color: #F007C0;
}
</style>
border-color css
<style>
span { border-color: #F007C0; }
span { border-color: rgb(240,7,192); }
td.TdClassName
{
border-color: #F007C0;
}
.TagClassName
{
border-color: #F007C0;
}
</style>