Shades of Shocking Pink #F709C8
Tints of Shocking Pink #F709C8
RGB
CMYK
RGB Variations
Color information
#F709C8 (or 0xF709C8) is known color: Shocking Pink. HEX triplet: F7, 09 and C8. RGB value is (247,9,200). Sum of RGB (Red+Green+Blue) = 247+9+200=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F709C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F709C8 is #08F637. Grayscale: #656565. Windows color (decimal): -587320 or 13109751. OLE color: 13109751.
HSL color Cylindrical-coordinate representation of color #F709C8: hue angle of 311.85º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F709C8 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.03 |
| HSL | 311.85º | 0.94% | 0.5% | - |
| HSV(B) | 311.85º | 0.96% | 0.97% | - |
| XYZ | 48.88 | 24.14 | 56.73 | - |
| YUV | 101.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 200 | 0 | 0.96 | 0.19 | 0.03 | 311.85 | 0.94 | 0.5 |
| Hex | F7 | 9 | C8 | 0 | 60 | 13 | 3 | 138 | 5E | 32 |
| Octal | 367 | 11 | 310 | 0 | 140 | 23 | 3 | 470 | 136 | 62 |
| Binary | 11110111 | 1001 | 11001000 | 0 | 1100000 | 10011 | 11 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F709C8
Complementary color
Monochromatic Colors of #F709C8
Black with #F709C8
Text Example
Text Example
White with #F709C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709C8; }
p { color: rgb(247,9,200); }
H1.HeaderClassName
{
color: #F709C8;
}
.AnyTagClassName
{
color: #F709C8;
}
</style>
background-color css
<style>
a { background-color: #F709C8; }
a { background-color: rgb(247,9,200); }
div.DivClassName
{
background-color: #F709C8;
}
.BgClassName
{
background-color: #F709C8;
}
</style>
border-color css
<style>
span { border-color: #F709C8; }
span { border-color: rgb(247,9,200); }
td.TdClassName
{
border-color: #F709C8;
}
.TagClassName
{
border-color: #F709C8;
}
</style>