Shades of Shocking Pink #F715BC
Tints of Shocking Pink #F715BC
RGB
CMYK
RGB Variations
Color information
#F715BC (or 0xF715BC) is known color: Shocking Pink. HEX triplet: F7, 15 and BC. RGB value is (247,21,188). Sum of RGB (Red+Green+Blue) = 247+21+188=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F715BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715BC is #08EA43. Grayscale: #6B6B6B. Windows color (decimal): -584260 or 12326391. OLE color: 12326391.
HSL color Cylindrical-coordinate representation of color #F715BC: hue angle of 315.66º 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 #F715BC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.03 |
| HSL | 315.66º | 0.93% | 0.53% | - |
| HSV(B) | 315.66º | 0.91% | 0.97% | - |
| XYZ | 47.7 | 23.94 | 49.68 | - |
| YUV | 107.61 | 173.37 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 188 | 0 | 0.91 | 0.24 | 0.03 | 315.66 | 0.93 | 0.53 |
| Hex | F7 | 15 | BC | 0 | 5B | 18 | 3 | 13C | 5D | 35 |
| Octal | 367 | 25 | 274 | 0 | 133 | 30 | 3 | 474 | 135 | 65 |
| Binary | 11110111 | 10101 | 10111100 | 0 | 1011011 | 11000 | 11 | 100111100 | 1011101 | 110101 |
Color Harmonies of #F715BC
Complementary color
Monochromatic Colors of #F715BC
Black with #F715BC
Text Example
Text Example
White with #F715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715BC; }
p { color: rgb(247,21,188); }
H1.HeaderClassName
{
color: #F715BC;
}
.AnyTagClassName
{
color: #F715BC;
}
</style>
background-color css
<style>
a { background-color: #F715BC; }
a { background-color: rgb(247,21,188); }
div.DivClassName
{
background-color: #F715BC;
}
.BgClassName
{
background-color: #F715BC;
}
</style>
border-color css
<style>
span { border-color: #F715BC; }
span { border-color: rgb(247,21,188); }
td.TdClassName
{
border-color: #F715BC;
}
.TagClassName
{
border-color: #F715BC;
}
</style>