Shades of Shocking Pink #F714CA
Tints of Shocking Pink #F714CA
RGB
CMYK
RGB Variations
Color information
#F714CA (or 0xF714CA) is known color: Shocking Pink. HEX triplet: F7, 14 and CA. RGB value is (247,20,202). Sum of RGB (Red+Green+Blue) = 247+20+202=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CA is #08EB35. Grayscale: #6C6C6C. Windows color (decimal): -584502 or 13243639. OLE color: 13243639.
HSL color Cylindrical-coordinate representation of color #F714CA: hue angle of 311.89º 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 #F714CA is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 202 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.03 |
| HSL | 311.89º | 0.93% | 0.52% | - |
| HSV(B) | 311.89º | 0.92% | 0.97% | - |
| XYZ | 49.27 | 24.54 | 58.02 | - |
| YUV | 108.62 | 180.71 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 202 | 0 | 0.92 | 0.18 | 0.03 | 311.89 | 0.93 | 0.52 |
| Hex | F7 | 14 | CA | 0 | 5C | 12 | 3 | 138 | 5D | 34 |
| Octal | 367 | 24 | 312 | 0 | 134 | 22 | 3 | 470 | 135 | 64 |
| Binary | 11110111 | 10100 | 11001010 | 0 | 1011100 | 10010 | 11 | 100111000 | 1011101 | 110100 |
Color Harmonies of #F714CA
Complementary color
Monochromatic Colors of #F714CA
Black with #F714CA
Text Example
Text Example
White with #F714CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714CA; }
p { color: rgb(247,20,202); }
H1.HeaderClassName
{
color: #F714CA;
}
.AnyTagClassName
{
color: #F714CA;
}
</style>
background-color css
<style>
a { background-color: #F714CA; }
a { background-color: rgb(247,20,202); }
div.DivClassName
{
background-color: #F714CA;
}
.BgClassName
{
background-color: #F714CA;
}
</style>
border-color css
<style>
span { border-color: #F714CA; }
span { border-color: rgb(247,20,202); }
td.TdClassName
{
border-color: #F714CA;
}
.TagClassName
{
border-color: #F714CA;
}
</style>