Shades of Shocking Pink #F715CF
Tints of Shocking Pink #F715CF
RGB
CMYK
RGB Variations
Color information
#F715CF (or 0xF715CF) is known color: Shocking Pink. HEX triplet: F7, 15 and CF. RGB value is (247,21,207). Sum of RGB (Red+Green+Blue) = 247+21+207=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F715CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715CF is #08EA30. Grayscale: #6D6D6D. Windows color (decimal): -584241 or 13571575. OLE color: 13571575.
HSL color Cylindrical-coordinate representation of color #F715CF: hue angle of 310.62º 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 #F715CF is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.03 |
| HSL | 310.62º | 0.93% | 0.53% | - |
| HSV(B) | 310.62º | 0.91% | 0.97% | - |
| XYZ | 49.89 | 24.82 | 61.19 | - |
| YUV | 109.78 | 182.87 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 207 | 0 | 0.91 | 0.16 | 0.03 | 310.62 | 0.93 | 0.53 |
| Hex | F7 | 15 | CF | 0 | 5B | 10 | 3 | 137 | 5D | 35 |
| Octal | 367 | 25 | 317 | 0 | 133 | 20 | 3 | 467 | 135 | 65 |
| Binary | 11110111 | 10101 | 11001111 | 0 | 1011011 | 10000 | 11 | 100110111 | 1011101 | 110101 |
Color Harmonies of #F715CF
Complementary color
Monochromatic Colors of #F715CF
Black with #F715CF
Text Example
Text Example
White with #F715CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715CF; }
p { color: rgb(247,21,207); }
H1.HeaderClassName
{
color: #F715CF;
}
.AnyTagClassName
{
color: #F715CF;
}
</style>
background-color css
<style>
a { background-color: #F715CF; }
a { background-color: rgb(247,21,207); }
div.DivClassName
{
background-color: #F715CF;
}
.BgClassName
{
background-color: #F715CF;
}
</style>
border-color css
<style>
span { border-color: #F715CF; }
span { border-color: rgb(247,21,207); }
td.TdClassName
{
border-color: #F715CF;
}
.TagClassName
{
border-color: #F715CF;
}
</style>