Shades of Shocking Pink #F706BD
Tints of Shocking Pink #F706BD
RGB
CMYK
RGB Variations
Color information
#F706BD (or 0xF706BD) is known color: Shocking Pink. HEX triplet: F7, 06 and BD. RGB value is (247,6,189). Sum of RGB (Red+Green+Blue) = 247+6+189=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F706BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706BD is #08F942. Grayscale: #626262. Windows color (decimal): -588099 or 12388087. OLE color: 12388087.
HSL color Cylindrical-coordinate representation of color #F706BD: hue angle of 314.44º 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 #F706BD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 189 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.03 |
| HSL | 314.44º | 0.95% | 0.5% | - |
| HSV(B) | 314.44º | 0.98% | 0.97% | - |
| XYZ | 47.61 | 23.58 | 50.19 | - |
| YUV | 98.92 | 178.84 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 189 | 0 | 0.98 | 0.23 | 0.03 | 314.44 | 0.95 | 0.5 |
| Hex | F7 | 6 | BD | 0 | 62 | 17 | 3 | 13A | 5F | 32 |
| Octal | 367 | 6 | 275 | 0 | 142 | 27 | 3 | 472 | 137 | 62 |
| Binary | 11110111 | 110 | 10111101 | 0 | 1100010 | 10111 | 11 | 100111010 | 1011111 | 110010 |
Color Harmonies of #F706BD
Complementary color
Monochromatic Colors of #F706BD
Black with #F706BD
Text Example
Text Example
White with #F706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706BD; }
p { color: rgb(247,6,189); }
H1.HeaderClassName
{
color: #F706BD;
}
.AnyTagClassName
{
color: #F706BD;
}
</style>
background-color css
<style>
a { background-color: #F706BD; }
a { background-color: rgb(247,6,189); }
div.DivClassName
{
background-color: #F706BD;
}
.BgClassName
{
background-color: #F706BD;
}
</style>
border-color css
<style>
span { border-color: #F706BD; }
span { border-color: rgb(247,6,189); }
td.TdClassName
{
border-color: #F706BD;
}
.TagClassName
{
border-color: #F706BD;
}
</style>