Shades of Shocking Pink #F714BC
Tints of Shocking Pink #F714BC
RGB
CMYK
RGB Variations
Color information
#F714BC (or 0xF714BC) is known color: Shocking Pink. HEX triplet: F7, 14 and BC. RGB value is (247,20,188). Sum of RGB (Red+Green+Blue) = 247+20+188=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F714BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714BC is #08EB43. Grayscale: #6A6A6A. Windows color (decimal): -584516 or 12326135. OLE color: 12326135.
HSL color Cylindrical-coordinate representation of color #F714BC: hue angle of 315.59º 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 #F714BC is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 188 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.03 |
| HSL | 315.59º | 0.93% | 0.52% | - |
| HSV(B) | 315.59º | 0.92% | 0.97% | - |
| XYZ | 47.69 | 23.91 | 49.68 | - |
| YUV | 107.03 | 173.71 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 188 | 0 | 0.92 | 0.24 | 0.03 | 315.59 | 0.93 | 0.52 |
| Hex | F7 | 14 | BC | 0 | 5C | 18 | 3 | 13C | 5D | 34 |
| Octal | 367 | 24 | 274 | 0 | 134 | 30 | 3 | 474 | 135 | 64 |
| Binary | 11110111 | 10100 | 10111100 | 0 | 1011100 | 11000 | 11 | 100111100 | 1011101 | 110100 |
Color Harmonies of #F714BC
Complementary color
Monochromatic Colors of #F714BC
Black with #F714BC
Text Example
Text Example
White with #F714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714BC; }
p { color: rgb(247,20,188); }
H1.HeaderClassName
{
color: #F714BC;
}
.AnyTagClassName
{
color: #F714BC;
}
</style>
background-color css
<style>
a { background-color: #F714BC; }
a { background-color: rgb(247,20,188); }
div.DivClassName
{
background-color: #F714BC;
}
.BgClassName
{
background-color: #F714BC;
}
</style>
border-color css
<style>
span { border-color: #F714BC; }
span { border-color: rgb(247,20,188); }
td.TdClassName
{
border-color: #F714BC;
}
.TagClassName
{
border-color: #F714BC;
}
</style>