Shades of Shocking Pink #F710CB
Tints of Shocking Pink #F710CB
RGB
CMYK
RGB Variations
Color information
#F710CB (or 0xF710CB) is known color: Shocking Pink. HEX triplet: F7, 10 and CB. RGB value is (247,16,203). Sum of RGB (Red+Green+Blue) = 247+16+203=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F710CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710CB is #08EF34. Grayscale: #696969. Windows color (decimal): -585525 or 13308151. OLE color: 13308151.
HSL color Cylindrical-coordinate representation of color #F710CB: hue angle of 311.43º 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 #F710CB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 203 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.43º | 0.94% | 0.52% | - |
| HSV(B) | 311.43º | 0.94% | 0.97% | - |
| XYZ | 49.32 | 24.46 | 58.62 | - |
| YUV | 106.39 | 182.53 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 203 | 0 | 0.94 | 0.18 | 0.03 | 311.43 | 0.94 | 0.52 |
| Hex | F7 | 10 | CB | 0 | 5E | 12 | 3 | 137 | 5E | 34 |
| Octal | 367 | 20 | 313 | 0 | 136 | 22 | 3 | 467 | 136 | 64 |
| Binary | 11110111 | 10000 | 11001011 | 0 | 1011110 | 10010 | 11 | 100110111 | 1011110 | 110100 |
Color Harmonies of #F710CB
Complementary color
Monochromatic Colors of #F710CB
Black with #F710CB
Text Example
Text Example
White with #F710CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710CB; }
p { color: rgb(247,16,203); }
H1.HeaderClassName
{
color: #F710CB;
}
.AnyTagClassName
{
color: #F710CB;
}
</style>
background-color css
<style>
a { background-color: #F710CB; }
a { background-color: rgb(247,16,203); }
div.DivClassName
{
background-color: #F710CB;
}
.BgClassName
{
background-color: #F710CB;
}
</style>
border-color css
<style>
span { border-color: #F710CB; }
span { border-color: rgb(247,16,203); }
td.TdClassName
{
border-color: #F710CB;
}
.TagClassName
{
border-color: #F710CB;
}
</style>