Shades of Shocking Pink #F007C4
Tints of Shocking Pink #F007C4
RGB
CMYK
RGB Variations
Color information
#F007C4 (or 0xF007C4) is known color: Shocking Pink. HEX triplet: F0, 07 and C4. RGB value is (240,7,196). Sum of RGB (Red+Green+Blue) = 240+7+196=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F007C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007C4 is #0FF83B. Grayscale: #616161. Windows color (decimal): -1046588 or 12847088. OLE color: 12847088.
HSL color Cylindrical-coordinate representation of color #F007C4: hue angle of 311.33º 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 #F007C4 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 196 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.06 |
| HSL | 311.33º | 0.94% | 0.48% | - |
| HSV(B) | 311.33º | 0.97% | 0.94% | - |
| XYZ | 45.97 | 22.66 | 54.18 | - |
| YUV | 98.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 196 | 0 | 0.97 | 0.18 | 0.06 | 311.33 | 0.94 | 0.48 |
| Hex | F0 | 7 | C4 | 0 | 61 | 12 | 6 | 137 | 5E | 30 |
| Octal | 360 | 7 | 304 | 0 | 141 | 22 | 6 | 467 | 136 | 60 |
| Binary | 11110000 | 111 | 11000100 | 0 | 1100001 | 10010 | 110 | 100110111 | 1011110 | 110000 |
Color Harmonies of #F007C4
Complementary color
Monochromatic Colors of #F007C4
Black with #F007C4
Text Example
Text Example
White with #F007C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007C4; }
p { color: rgb(240,7,196); }
H1.HeaderClassName
{
color: #F007C4;
}
.AnyTagClassName
{
color: #F007C4;
}
</style>
background-color css
<style>
a { background-color: #F007C4; }
a { background-color: rgb(240,7,196); }
div.DivClassName
{
background-color: #F007C4;
}
.BgClassName
{
background-color: #F007C4;
}
</style>
border-color css
<style>
span { border-color: #F007C4; }
span { border-color: rgb(240,7,196); }
td.TdClassName
{
border-color: #F007C4;
}
.TagClassName
{
border-color: #F007C4;
}
</style>