Shades of Shocking Pink #F715B9
Tints of Shocking Pink #F715B9
RGB
CMYK
RGB Variations
Color information
#F715B9 (or 0xF715B9) is known color: Shocking Pink. HEX triplet: F7, 15 and B9. RGB value is (247,21,185). Sum of RGB (Red+Green+Blue) = 247+21+185=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F715B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715B9 is #08EA46. Grayscale: #6A6A6A. Windows color (decimal): -584263 or 12129783. OLE color: 12129783.
HSL color Cylindrical-coordinate representation of color #F715B9: hue angle of 316.46º 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 #F715B9 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 185 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.03 |
| HSL | 316.46º | 0.93% | 0.53% | - |
| HSV(B) | 316.46º | 0.91% | 0.97% | - |
| XYZ | 47.38 | 23.81 | 48 | - |
| YUV | 107.27 | 171.87 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 185 | 0 | 0.91 | 0.25 | 0.03 | 316.46 | 0.93 | 0.53 |
| Hex | F7 | 15 | B9 | 0 | 5B | 19 | 3 | 13C | 5D | 35 |
| Octal | 367 | 25 | 271 | 0 | 133 | 31 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 10101 | 10111001 | 0 | 1011011 | 11001 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F715B9
Complementary color
Monochromatic Colors of #F715B9
Black with #F715B9
Text Example
Text Example
White with #F715B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715B9; }
p { color: rgb(247,21,185); }
H1.HeaderClassName
{
color: #F715B9;
}
.AnyTagClassName
{
color: #F715B9;
}
</style>
background-color css
<style>
a { background-color: #F715B9; }
a { background-color: rgb(247,21,185); }
div.DivClassName
{
background-color: #F715B9;
}
.BgClassName
{
background-color: #F715B9;
}
</style>
border-color css
<style>
span { border-color: #F715B9; }
span { border-color: rgb(247,21,185); }
td.TdClassName
{
border-color: #F715B9;
}
.TagClassName
{
border-color: #F715B9;
}
</style>