Shades of Shocking Pink #F706BE
Tints of Shocking Pink #F706BE
RGB
CMYK
RGB Variations
Color information
#F706BE (or 0xF706BE) is known color: Shocking Pink. HEX triplet: F7, 06 and BE. RGB value is (247,6,190). Sum of RGB (Red+Green+Blue) = 247+6+190=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F706BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706BE is #08F941. Grayscale: #626262. Windows color (decimal): -588098 or 12453623. OLE color: 12453623.
HSL color Cylindrical-coordinate representation of color #F706BE: hue angle of 314.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706BE is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 190 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.03 |
| HSL | 314.19º | 0.95% | 0.5% | - |
| HSV(B) | 314.19º | 0.98% | 0.97% | - |
| XYZ | 47.72 | 23.62 | 50.76 | - |
| YUV | 99.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 190 | 0 | 0.98 | 0.23 | 0.03 | 314.19 | 0.95 | 0.5 |
| Hex | F7 | 6 | BE | 0 | 62 | 17 | 3 | 13A | 5F | 32 |
| Octal | 367 | 6 | 276 | 0 | 142 | 27 | 3 | 472 | 137 | 62 |
| Binary | 11110111 | 110 | 10111110 | 0 | 1100010 | 10111 | 11 | 100111010 | 1011111 | 110010 |
Color Harmonies of #F706BE
Complementary color
Monochromatic Colors of #F706BE
Black with #F706BE
Text Example
Text Example
White with #F706BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706BE; }
p { color: rgb(247,6,190); }
H1.HeaderClassName
{
color: #F706BE;
}
.AnyTagClassName
{
color: #F706BE;
}
</style>
background-color css
<style>
a { background-color: #F706BE; }
a { background-color: rgb(247,6,190); }
div.DivClassName
{
background-color: #F706BE;
}
.BgClassName
{
background-color: #F706BE;
}
</style>
border-color css
<style>
span { border-color: #F706BE; }
span { border-color: rgb(247,6,190); }
td.TdClassName
{
border-color: #F706BE;
}
.TagClassName
{
border-color: #F706BE;
}
</style>