Shades of Shocking Pink #F713C7
Tints of Shocking Pink #F713C7
RGB
CMYK
RGB Variations
Color information
#F713C7 (or 0xF713C7) is known color: Shocking Pink. HEX triplet: F7, 13 and C7. RGB value is (247,19,199). Sum of RGB (Red+Green+Blue) = 247+19+199=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F713C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713C7 is #08EC38. Grayscale: #6B6B6B. Windows color (decimal): -584761 or 13046775. OLE color: 13046775.
HSL color Cylindrical-coordinate representation of color #F713C7: hue angle of 312.63º 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 #F713C7 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 199 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.03 |
| HSL | 312.63º | 0.93% | 0.52% | - |
| HSV(B) | 312.63º | 0.92% | 0.97% | - |
| XYZ | 48.9 | 24.36 | 56.16 | - |
| YUV | 107.69 | 179.54 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 199 | 0 | 0.92 | 0.19 | 0.03 | 312.63 | 0.93 | 0.52 |
| Hex | F7 | 13 | C7 | 0 | 5C | 13 | 3 | 139 | 5D | 34 |
| Octal | 367 | 23 | 307 | 0 | 134 | 23 | 3 | 471 | 135 | 64 |
| Binary | 11110111 | 10011 | 11000111 | 0 | 1011100 | 10011 | 11 | 100111001 | 1011101 | 110100 |
Color Harmonies of #F713C7
Complementary color
Monochromatic Colors of #F713C7
Black with #F713C7
Text Example
Text Example
White with #F713C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713C7; }
p { color: rgb(247,19,199); }
H1.HeaderClassName
{
color: #F713C7;
}
.AnyTagClassName
{
color: #F713C7;
}
</style>
background-color css
<style>
a { background-color: #F713C7; }
a { background-color: rgb(247,19,199); }
div.DivClassName
{
background-color: #F713C7;
}
.BgClassName
{
background-color: #F713C7;
}
</style>
border-color css
<style>
span { border-color: #F713C7; }
span { border-color: rgb(247,19,199); }
td.TdClassName
{
border-color: #F713C7;
}
.TagClassName
{
border-color: #F713C7;
}
</style>