Shades of Shocking Pink #F715B8
Tints of Shocking Pink #F715B8
RGB
CMYK
RGB Variations
Color information
#F715B8 (or 0xF715B8) is known color: Shocking Pink. HEX triplet: F7, 15 and B8. RGB value is (247,21,184). Sum of RGB (Red+Green+Blue) = 247+21+184=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F715B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715B8 is #08EA47. Grayscale: #6A6A6A. Windows color (decimal): -584264 or 12064247. OLE color: 12064247.
HSL color Cylindrical-coordinate representation of color #F715B8: hue angle of 316.73º 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 #F715B8 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 184 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.03 |
| HSL | 316.73º | 0.93% | 0.53% | - |
| HSV(B) | 316.73º | 0.91% | 0.97% | - |
| XYZ | 47.28 | 23.77 | 47.44 | - |
| YUV | 107.16 | 171.37 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 184 | 0 | 0.91 | 0.26 | 0.03 | 316.73 | 0.93 | 0.53 |
| Hex | F7 | 15 | B8 | 0 | 5B | 1A | 3 | 13D | 5D | 35 |
| Octal | 367 | 25 | 270 | 0 | 133 | 32 | 3 | 475 | 135 | 65 |
| Binary | 11110111 | 10101 | 10111000 | 0 | 1011011 | 11010 | 11 | 100111101 | 1011101 | 110101 |
Color Harmonies of #F715B8
Complementary color
Monochromatic Colors of #F715B8
Black with #F715B8
Text Example
Text Example
White with #F715B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715B8; }
p { color: rgb(247,21,184); }
H1.HeaderClassName
{
color: #F715B8;
}
.AnyTagClassName
{
color: #F715B8;
}
</style>
background-color css
<style>
a { background-color: #F715B8; }
a { background-color: rgb(247,21,184); }
div.DivClassName
{
background-color: #F715B8;
}
.BgClassName
{
background-color: #F715B8;
}
</style>
border-color css
<style>
span { border-color: #F715B8; }
span { border-color: rgb(247,21,184); }
td.TdClassName
{
border-color: #F715B8;
}
.TagClassName
{
border-color: #F715B8;
}
</style>