Shades of Shocking Pink #F710C9
Tints of Shocking Pink #F710C9
RGB
CMYK
RGB Variations
Color information
#F710C9 (or 0xF710C9) is known color: Shocking Pink. HEX triplet: F7, 10 and C9. RGB value is (247,16,201). Sum of RGB (Red+Green+Blue) = 247+16+201=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F710C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710C9 is #08EF36. Grayscale: #696969. Windows color (decimal): -585527 or 13177079. OLE color: 13177079.
HSL color Cylindrical-coordinate representation of color #F710C9: hue angle of 311.95º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710C9 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 201 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.03 |
| HSL | 311.95º | 0.94% | 0.52% | - |
| HSV(B) | 311.95º | 0.94% | 0.97% | - |
| XYZ | 49.09 | 24.36 | 57.37 | - |
| YUV | 106.16 | 181.53 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 201 | 0 | 0.94 | 0.19 | 0.03 | 311.95 | 0.94 | 0.52 |
| Hex | F7 | 10 | C9 | 0 | 5E | 13 | 3 | 138 | 5E | 34 |
| Octal | 367 | 20 | 311 | 0 | 136 | 23 | 3 | 470 | 136 | 64 |
| Binary | 11110111 | 10000 | 11001001 | 0 | 1011110 | 10011 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F710C9
Complementary color
Monochromatic Colors of #F710C9
Black with #F710C9
Text Example
Text Example
White with #F710C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710C9; }
p { color: rgb(247,16,201); }
H1.HeaderClassName
{
color: #F710C9;
}
.AnyTagClassName
{
color: #F710C9;
}
</style>
background-color css
<style>
a { background-color: #F710C9; }
a { background-color: rgb(247,16,201); }
div.DivClassName
{
background-color: #F710C9;
}
.BgClassName
{
background-color: #F710C9;
}
</style>
border-color css
<style>
span { border-color: #F710C9; }
span { border-color: rgb(247,16,201); }
td.TdClassName
{
border-color: #F710C9;
}
.TagClassName
{
border-color: #F710C9;
}
</style>