Shades of Shocking Pink #F714BE
Tints of Shocking Pink #F714BE
RGB
CMYK
RGB Variations
Color information
#F714BE (or 0xF714BE) is known color: Shocking Pink. HEX triplet: F7, 14 and BE. RGB value is (247,20,190). Sum of RGB (Red+Green+Blue) = 247+20+190=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F714BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714BE is #08EB41. Grayscale: #6A6A6A. Windows color (decimal): -584514 or 12457207. OLE color: 12457207.
HSL color Cylindrical-coordinate representation of color #F714BE: hue angle of 315.07º 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 #F714BE is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 190 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.03 |
| HSL | 315.07º | 0.93% | 0.52% | - |
| HSV(B) | 315.07º | 0.92% | 0.97% | - |
| XYZ | 47.9 | 23.99 | 50.82 | - |
| YUV | 107.25 | 174.71 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 190 | 0 | 0.92 | 0.23 | 0.03 | 315.07 | 0.93 | 0.52 |
| Hex | F7 | 14 | BE | 0 | 5C | 17 | 3 | 13B | 5D | 34 |
| Octal | 367 | 24 | 276 | 0 | 134 | 27 | 3 | 473 | 135 | 64 |
| Binary | 11110111 | 10100 | 10111110 | 0 | 1011100 | 10111 | 11 | 100111011 | 1011101 | 110100 |
Color Harmonies of #F714BE
Complementary color
Monochromatic Colors of #F714BE
Black with #F714BE
Text Example
Text Example
White with #F714BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714BE; }
p { color: rgb(247,20,190); }
H1.HeaderClassName
{
color: #F714BE;
}
.AnyTagClassName
{
color: #F714BE;
}
</style>
background-color css
<style>
a { background-color: #F714BE; }
a { background-color: rgb(247,20,190); }
div.DivClassName
{
background-color: #F714BE;
}
.BgClassName
{
background-color: #F714BE;
}
</style>
border-color css
<style>
span { border-color: #F714BE; }
span { border-color: rgb(247,20,190); }
td.TdClassName
{
border-color: #F714BE;
}
.TagClassName
{
border-color: #F714BE;
}
</style>