Shades of Shocking Pink #F715CA
Tints of Shocking Pink #F715CA
RGB
CMYK
RGB Variations
Color information
#F715CA (or 0xF715CA) is known color: Shocking Pink. HEX triplet: F7, 15 and CA. RGB value is (247,21,202). Sum of RGB (Red+Green+Blue) = 247+21+202=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F715CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715CA is #08EA35. Grayscale: #6C6C6C. Windows color (decimal): -584246 or 13243895. OLE color: 13243895.
HSL color Cylindrical-coordinate representation of color #F715CA: hue angle of 311.95º 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 #F715CA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.03 |
| HSL | 311.95º | 0.93% | 0.53% | - |
| HSV(B) | 311.95º | 0.91% | 0.97% | - |
| XYZ | 49.29 | 24.57 | 58.02 | - |
| YUV | 109.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 202 | 0 | 0.91 | 0.18 | 0.03 | 311.95 | 0.93 | 0.53 |
| Hex | F7 | 15 | CA | 0 | 5B | 12 | 3 | 138 | 5D | 35 |
| Octal | 367 | 25 | 312 | 0 | 133 | 22 | 3 | 470 | 135 | 65 |
| Binary | 11110111 | 10101 | 11001010 | 0 | 1011011 | 10010 | 11 | 100111000 | 1011101 | 110101 |
Color Harmonies of #F715CA
Complementary color
Monochromatic Colors of #F715CA
Black with #F715CA
Text Example
Text Example
White with #F715CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715CA; }
p { color: rgb(247,21,202); }
H1.HeaderClassName
{
color: #F715CA;
}
.AnyTagClassName
{
color: #F715CA;
}
</style>
background-color css
<style>
a { background-color: #F715CA; }
a { background-color: rgb(247,21,202); }
div.DivClassName
{
background-color: #F715CA;
}
.BgClassName
{
background-color: #F715CA;
}
</style>
border-color css
<style>
span { border-color: #F715CA; }
span { border-color: rgb(247,21,202); }
td.TdClassName
{
border-color: #F715CA;
}
.TagClassName
{
border-color: #F715CA;
}
</style>