Shades of Shocking Pink #F714CF
Tints of Shocking Pink #F714CF
RGB
CMYK
RGB Variations
Color information
#F714CF (or 0xF714CF) is known color: Shocking Pink. HEX triplet: F7, 14 and CF. RGB value is (247,20,207). Sum of RGB (Red+Green+Blue) = 247+20+207=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F714CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714CF is #08EB30. Grayscale: #6C6C6C. Windows color (decimal): -584497 or 13571319. OLE color: 13571319.
HSL color Cylindrical-coordinate representation of color #F714CF: hue angle of 310.57º 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 #F714CF is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 207 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.03 |
| HSL | 310.57º | 0.93% | 0.52% | - |
| HSV(B) | 310.57º | 0.92% | 0.97% | - |
| XYZ | 49.87 | 24.78 | 61.19 | - |
| YUV | 109.19 | 183.21 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 207 | 0 | 0.92 | 0.16 | 0.03 | 310.57 | 0.93 | 0.52 |
| Hex | F7 | 14 | CF | 0 | 5C | 10 | 3 | 137 | 5D | 34 |
| Octal | 367 | 24 | 317 | 0 | 134 | 20 | 3 | 467 | 135 | 64 |
| Binary | 11110111 | 10100 | 11001111 | 0 | 1011100 | 10000 | 11 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F714CF
Complementary color
Monochromatic Colors of #F714CF
Black with #F714CF
Text Example
Text Example
White with #F714CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714CF; }
p { color: rgb(247,20,207); }
H1.HeaderClassName
{
color: #F714CF;
}
.AnyTagClassName
{
color: #F714CF;
}
</style>
background-color css
<style>
a { background-color: #F714CF; }
a { background-color: rgb(247,20,207); }
div.DivClassName
{
background-color: #F714CF;
}
.BgClassName
{
background-color: #F714CF;
}
</style>
border-color css
<style>
span { border-color: #F714CF; }
span { border-color: rgb(247,20,207); }
td.TdClassName
{
border-color: #F714CF;
}
.TagClassName
{
border-color: #F714CF;
}
</style>