Shades of Shocking Pink #F714C7
Tints of Shocking Pink #F714C7
RGB
CMYK
RGB Variations
Color information
#F714C7 (or 0xF714C7) is known color: Shocking Pink. HEX triplet: F7, 14 and C7. RGB value is (247,20,199). Sum of RGB (Red+Green+Blue) = 247+20+199=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F714C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714C7 is #08EB38. Grayscale: #6B6B6B. Windows color (decimal): -584505 or 13047031. OLE color: 13047031.
HSL color Cylindrical-coordinate representation of color #F714C7: hue angle of 312.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F714C7 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 199 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.03 |
| HSL | 312.69º | 0.93% | 0.52% | - |
| HSV(B) | 312.69º | 0.92% | 0.97% | - |
| XYZ | 48.92 | 24.4 | 56.16 | - |
| YUV | 108.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 199 | 0 | 0.92 | 0.19 | 0.03 | 312.69 | 0.93 | 0.52 |
| Hex | F7 | 14 | C7 | 0 | 5C | 13 | 3 | 139 | 5D | 34 |
| Octal | 367 | 24 | 307 | 0 | 134 | 23 | 3 | 471 | 135 | 64 |
| Binary | 11110111 | 10100 | 11000111 | 0 | 1011100 | 10011 | 11 | 100111001 | 1011101 | 110100 |
Color Harmonies of #F714C7
Complementary color
Monochromatic Colors of #F714C7
Black with #F714C7
Text Example
Text Example
White with #F714C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714C7; }
p { color: rgb(247,20,199); }
H1.HeaderClassName
{
color: #F714C7;
}
.AnyTagClassName
{
color: #F714C7;
}
</style>
background-color css
<style>
a { background-color: #F714C7; }
a { background-color: rgb(247,20,199); }
div.DivClassName
{
background-color: #F714C7;
}
.BgClassName
{
background-color: #F714C7;
}
</style>
border-color css
<style>
span { border-color: #F714C7; }
span { border-color: rgb(247,20,199); }
td.TdClassName
{
border-color: #F714C7;
}
.TagClassName
{
border-color: #F714C7;
}
</style>