Shades of Shocking Pink #F708B1
Tints of Shocking Pink #F708B1
RGB
CMYK
RGB Variations
Color information
#F708B1 (or 0xF708B1) is known color: Shocking Pink. HEX triplet: F7, 08 and B1. RGB value is (247,8,177). Sum of RGB (Red+Green+Blue) = 247+8+177=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F708B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F708B1 is #08F74E. Grayscale: #626262. Windows color (decimal): -587599 or 11602167. OLE color: 11602167.
HSL color Cylindrical-coordinate representation of color #F708B1: hue angle of 317.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F708B1 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 177 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.03 |
| HSL | 317.57º | 0.94% | 0.5% | - |
| HSV(B) | 317.57º | 0.97% | 0.97% | - |
| XYZ | 46.38 | 23.12 | 43.61 | - |
| YUV | 98.73 | 172.18 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 177 | 0 | 0.97 | 0.28 | 0.03 | 317.57 | 0.94 | 0.5 |
| Hex | F7 | 8 | B1 | 0 | 61 | 1C | 3 | 13E | 5E | 32 |
| Octal | 367 | 10 | 261 | 0 | 141 | 34 | 3 | 476 | 136 | 62 |
| Binary | 11110111 | 1000 | 10110001 | 0 | 1100001 | 11100 | 11 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F708B1
Complementary color
Monochromatic Colors of #F708B1
Black with #F708B1
Text Example
Text Example
White with #F708B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708B1; }
p { color: rgb(247,8,177); }
H1.HeaderClassName
{
color: #F708B1;
}
.AnyTagClassName
{
color: #F708B1;
}
</style>
background-color css
<style>
a { background-color: #F708B1; }
a { background-color: rgb(247,8,177); }
div.DivClassName
{
background-color: #F708B1;
}
.BgClassName
{
background-color: #F708B1;
}
</style>
border-color css
<style>
span { border-color: #F708B1; }
span { border-color: rgb(247,8,177); }
td.TdClassName
{
border-color: #F708B1;
}
.TagClassName
{
border-color: #F708B1;
}
</style>