Shades of Shocking Pink #F007C7
Tints of Shocking Pink #F007C7
RGB
CMYK
RGB Variations
Color information
#F007C7 (or 0xF007C7) is known color: Shocking Pink. HEX triplet: F0, 07 and C7. RGB value is (240,7,199). Sum of RGB (Red+Green+Blue) = 240+7+199=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C7 is #0FF838. Grayscale: #626262. Windows color (decimal): -1046585 or 13043696. OLE color: 13043696.
HSL color Cylindrical-coordinate representation of color #F007C7: hue angle of 310.56º 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 #F007C7 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.06 |
| HSL | 310.56º | 0.94% | 0.48% | - |
| HSV(B) | 310.56º | 0.97% | 0.94% | - |
| XYZ | 46.32 | 22.8 | 55.99 | - |
| YUV | 98.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 199 | 0 | 0.97 | 0.17 | 0.06 | 310.56 | 0.94 | 0.48 |
| Hex | F0 | 7 | C7 | 0 | 61 | 11 | 6 | 137 | 5E | 30 |
| Octal | 360 | 7 | 307 | 0 | 141 | 21 | 6 | 467 | 136 | 60 |
| Binary | 11110000 | 111 | 11000111 | 0 | 1100001 | 10001 | 110 | 100110111 | 1011110 | 110000 |
Color Harmonies of #F007C7
Complementary color
Monochromatic Colors of #F007C7
Black with #F007C7
Text Example
Text Example
White with #F007C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007C7; }
p { color: rgb(240,7,199); }
H1.HeaderClassName
{
color: #F007C7;
}
.AnyTagClassName
{
color: #F007C7;
}
</style>
background-color css
<style>
a { background-color: #F007C7; }
a { background-color: rgb(240,7,199); }
div.DivClassName
{
background-color: #F007C7;
}
.BgClassName
{
background-color: #F007C7;
}
</style>
border-color css
<style>
span { border-color: #F007C7; }
span { border-color: rgb(240,7,199); }
td.TdClassName
{
border-color: #F007C7;
}
.TagClassName
{
border-color: #F007C7;
}
</style>