Shades of Shocking Pink #F713B5
Tints of Shocking Pink #F713B5
RGB
CMYK
RGB Variations
Color information
#F713B5 (or 0xF713B5) is known color: Shocking Pink. HEX triplet: F7, 13 and B5. RGB value is (247,19,181). Sum of RGB (Red+Green+Blue) = 247+19+181=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F713B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713B5 is #08EC4A. Grayscale: #696969. Windows color (decimal): -584779 or 11867127. OLE color: 11867127.
HSL color Cylindrical-coordinate representation of color #F713B5: hue angle of 317.37º 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 #F713B5 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 181 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.03 |
| HSL | 317.37º | 0.93% | 0.52% | - |
| HSV(B) | 317.37º | 0.92% | 0.97% | - |
| XYZ | 46.93 | 23.58 | 45.79 | - |
| YUV | 105.64 | 170.54 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 181 | 0 | 0.92 | 0.27 | 0.03 | 317.37 | 0.93 | 0.52 |
| Hex | F7 | 13 | B5 | 0 | 5C | 1B | 3 | 13D | 5D | 34 |
| Octal | 367 | 23 | 265 | 0 | 134 | 33 | 3 | 475 | 135 | 64 |
| Binary | 11110111 | 10011 | 10110101 | 0 | 1011100 | 11011 | 11 | 100111101 | 1011101 | 110100 |
Color Harmonies of #F713B5
Complementary color
Monochromatic Colors of #F713B5
Black with #F713B5
Text Example
Text Example
White with #F713B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713B5; }
p { color: rgb(247,19,181); }
H1.HeaderClassName
{
color: #F713B5;
}
.AnyTagClassName
{
color: #F713B5;
}
</style>
background-color css
<style>
a { background-color: #F713B5; }
a { background-color: rgb(247,19,181); }
div.DivClassName
{
background-color: #F713B5;
}
.BgClassName
{
background-color: #F713B5;
}
</style>
border-color css
<style>
span { border-color: #F713B5; }
span { border-color: rgb(247,19,181); }
td.TdClassName
{
border-color: #F713B5;
}
.TagClassName
{
border-color: #F713B5;
}
</style>