Shades of Shocking Pink #F714CE
Tints of Shocking Pink #F714CE
RGB
CMYK
RGB Variations
Color information
#F714CE (or 0xF714CE) is known color: Shocking Pink. HEX triplet: F7, 14 and CE. RGB value is (247,20,206). Sum of RGB (Red+Green+Blue) = 247+20+206=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CE is #08EB31. Grayscale: #6C6C6C. Windows color (decimal): -584498 or 13505783. OLE color: 13505783.
HSL color Cylindrical-coordinate representation of color #F714CE: hue angle of 310.84º 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 #F714CE is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.03 |
| HSL | 310.84º | 0.93% | 0.52% | - |
| HSV(B) | 310.84º | 0.92% | 0.97% | - |
| XYZ | 49.75 | 24.73 | 60.54 | - |
| YUV | 109.08 | 182.71 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 206 | 0 | 0.92 | 0.17 | 0.03 | 310.84 | 0.93 | 0.52 |
| Hex | F7 | 14 | CE | 0 | 5C | 11 | 3 | 137 | 5D | 34 |
| Octal | 367 | 24 | 316 | 0 | 134 | 21 | 3 | 467 | 135 | 64 |
| Binary | 11110111 | 10100 | 11001110 | 0 | 1011100 | 10001 | 11 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F714CE
Complementary color
Monochromatic Colors of #F714CE
Black with #F714CE
Text Example
Text Example
White with #F714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714CE; }
p { color: rgb(247,20,206); }
H1.HeaderClassName
{
color: #F714CE;
}
.AnyTagClassName
{
color: #F714CE;
}
</style>
background-color css
<style>
a { background-color: #F714CE; }
a { background-color: rgb(247,20,206); }
div.DivClassName
{
background-color: #F714CE;
}
.BgClassName
{
background-color: #F714CE;
}
</style>
border-color css
<style>
span { border-color: #F714CE; }
span { border-color: rgb(247,20,206); }
td.TdClassName
{
border-color: #F714CE;
}
.TagClassName
{
border-color: #F714CE;
}
</style>