Shades of Shocking Pink #F716D3
Tints of Shocking Pink #F716D3
RGB
CMYK
RGB Variations
Color information
#F716D3 (or 0xF716D3) is known color: Shocking Pink. HEX triplet: F7, 16 and D3. RGB value is (247,22,211). Sum of RGB (Red+Green+Blue) = 247+22+211=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F716D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716D3 is #08E92C. Grayscale: #6E6E6E. Windows color (decimal): -583981 or 13833975. OLE color: 13833975.
HSL color Cylindrical-coordinate representation of color #F716D3: hue angle of 309.6º 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 #F716D3 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.03 |
| HSL | 309.6º | 0.93% | 0.53% | - |
| HSV(B) | 309.6º | 0.91% | 0.97% | - |
| XYZ | 50.4 | 25.05 | 63.81 | - |
| YUV | 110.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 211 | 0 | 0.91 | 0.15 | 0.03 | 309.6 | 0.93 | 0.53 |
| Hex | F7 | 16 | D3 | 0 | 5B | F | 3 | 136 | 5D | 35 |
| Octal | 367 | 26 | 323 | 0 | 133 | 17 | 3 | 466 | 135 | 65 |
| Binary | 11110111 | 10110 | 11010011 | 0 | 1011011 | 1111 | 11 | 100110110 | 1011101 | 110101 |
Color Harmonies of #F716D3
Complementary color
Monochromatic Colors of #F716D3
Black with #F716D3
Text Example
Text Example
White with #F716D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716D3; }
p { color: rgb(247,22,211); }
H1.HeaderClassName
{
color: #F716D3;
}
.AnyTagClassName
{
color: #F716D3;
}
</style>
background-color css
<style>
a { background-color: #F716D3; }
a { background-color: rgb(247,22,211); }
div.DivClassName
{
background-color: #F716D3;
}
.BgClassName
{
background-color: #F716D3;
}
</style>
border-color css
<style>
span { border-color: #F716D3; }
span { border-color: rgb(247,22,211); }
td.TdClassName
{
border-color: #F716D3;
}
.TagClassName
{
border-color: #F716D3;
}
</style>