Shades of Shocking Pink #F715C5
Tints of Shocking Pink #F715C5
RGB
CMYK
RGB Variations
Color information
#F715C5 (or 0xF715C5) is known color: Shocking Pink. HEX triplet: F7, 15 and C5. RGB value is (247,21,197). Sum of RGB (Red+Green+Blue) = 247+21+197=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F715C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715C5 is #08EA3A. Grayscale: #6C6C6C. Windows color (decimal): -584251 or 12916215. OLE color: 12916215.
HSL color Cylindrical-coordinate representation of color #F715C5: hue angle of 313.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F715C5 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 197 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.03 |
| HSL | 313.27º | 0.93% | 0.53% | - |
| HSV(B) | 313.27º | 0.91% | 0.97% | - |
| XYZ | 48.7 | 24.34 | 54.95 | - |
| YUV | 108.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 197 | 0 | 0.91 | 0.20 | 0.03 | 313.27 | 0.93 | 0.53 |
| Hex | F7 | 15 | C5 | 0 | 5B | 14 | 3 | 139 | 5D | 35 |
| Octal | 367 | 25 | 305 | 0 | 133 | 24 | 3 | 471 | 135 | 65 |
| Binary | 11110111 | 10101 | 11000101 | 0 | 1011011 | 10100 | 11 | 100111001 | 1011101 | 110101 |
Color Harmonies of #F715C5
Complementary color
Monochromatic Colors of #F715C5
Black with #F715C5
Text Example
Text Example
White with #F715C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715C5; }
p { color: rgb(247,21,197); }
H1.HeaderClassName
{
color: #F715C5;
}
.AnyTagClassName
{
color: #F715C5;
}
</style>
background-color css
<style>
a { background-color: #F715C5; }
a { background-color: rgb(247,21,197); }
div.DivClassName
{
background-color: #F715C5;
}
.BgClassName
{
background-color: #F715C5;
}
</style>
border-color css
<style>
span { border-color: #F715C5; }
span { border-color: rgb(247,21,197); }
td.TdClassName
{
border-color: #F715C5;
}
.TagClassName
{
border-color: #F715C5;
}
</style>