Shades of Shocking Pink #F714B7
Tints of Shocking Pink #F714B7
RGB
CMYK
RGB Variations
Color information
#F714B7 (or 0xF714B7) is known color: Shocking Pink. HEX triplet: F7, 14 and B7. RGB value is (247,20,183). Sum of RGB (Red+Green+Blue) = 247+20+183=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F714B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714B7 is #08EB48. Grayscale: #6A6A6A. Windows color (decimal): -584521 or 11998455. OLE color: 11998455.
HSL color Cylindrical-coordinate representation of color #F714B7: hue angle of 316.92º 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 #F714B7 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 183 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.03 |
| HSL | 316.92º | 0.93% | 0.52% | - |
| HSV(B) | 316.92º | 0.92% | 0.97% | - |
| XYZ | 47.16 | 23.69 | 46.89 | - |
| YUV | 106.46 | 171.21 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 183 | 0 | 0.92 | 0.26 | 0.03 | 316.92 | 0.93 | 0.52 |
| Hex | F7 | 14 | B7 | 0 | 5C | 1A | 3 | 13D | 5D | 34 |
| Octal | 367 | 24 | 267 | 0 | 134 | 32 | 3 | 475 | 135 | 64 |
| Binary | 11110111 | 10100 | 10110111 | 0 | 1011100 | 11010 | 11 | 100111101 | 1011101 | 110100 |
Color Harmonies of #F714B7
Complementary color
Monochromatic Colors of #F714B7
Black with #F714B7
Text Example
Text Example
White with #F714B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714B7; }
p { color: rgb(247,20,183); }
H1.HeaderClassName
{
color: #F714B7;
}
.AnyTagClassName
{
color: #F714B7;
}
</style>
background-color css
<style>
a { background-color: #F714B7; }
a { background-color: rgb(247,20,183); }
div.DivClassName
{
background-color: #F714B7;
}
.BgClassName
{
background-color: #F714B7;
}
</style>
border-color css
<style>
span { border-color: #F714B7; }
span { border-color: rgb(247,20,183); }
td.TdClassName
{
border-color: #F714B7;
}
.TagClassName
{
border-color: #F714B7;
}
</style>