Shades of Shocking Pink #F715D4
Tints of Shocking Pink #F715D4
RGB
CMYK
RGB Variations
Color information
#F715D4 (or 0xF715D4) is known color: Shocking Pink. HEX triplet: F7, 15 and D4. RGB value is (247,21,212). Sum of RGB (Red+Green+Blue) = 247+21+212=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F715D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715D4 is #08EA2B. Grayscale: #6D6D6D. Windows color (decimal): -584236 or 13899255. OLE color: 13899255.
HSL color Cylindrical-coordinate representation of color #F715D4: hue angle of 309.29º 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 #F715D4 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.03 |
| HSL | 309.29º | 0.93% | 0.53% | - |
| HSV(B) | 309.29º | 0.91% | 0.97% | - |
| XYZ | 50.51 | 25.06 | 64.46 | - |
| YUV | 110.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 212 | 0 | 0.91 | 0.14 | 0.03 | 309.29 | 0.93 | 0.53 |
| Hex | F7 | 15 | D4 | 0 | 5B | E | 3 | 135 | 5D | 35 |
| Octal | 367 | 25 | 324 | 0 | 133 | 16 | 3 | 465 | 135 | 65 |
| Binary | 11110111 | 10101 | 11010100 | 0 | 1011011 | 1110 | 11 | 100110101 | 1011101 | 110101 |
Color Harmonies of #F715D4
Complementary color
Monochromatic Colors of #F715D4
Black with #F715D4
Text Example
Text Example
White with #F715D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715D4; }
p { color: rgb(247,21,212); }
H1.HeaderClassName
{
color: #F715D4;
}
.AnyTagClassName
{
color: #F715D4;
}
</style>
background-color css
<style>
a { background-color: #F715D4; }
a { background-color: rgb(247,21,212); }
div.DivClassName
{
background-color: #F715D4;
}
.BgClassName
{
background-color: #F715D4;
}
</style>
border-color css
<style>
span { border-color: #F715D4; }
span { border-color: rgb(247,21,212); }
td.TdClassName
{
border-color: #F715D4;
}
.TagClassName
{
border-color: #F715D4;
}
</style>