Shades of Shocking Pink #F705BE
Tints of Shocking Pink #F705BE
RGB
CMYK
RGB Variations
Color information
#F705BE (or 0xF705BE) is known color: Shocking Pink. HEX triplet: F7, 05 and BE. RGB value is (247,5,190). Sum of RGB (Red+Green+Blue) = 247+5+190=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F705BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705BE is #08FA41. Grayscale: #616161. Windows color (decimal): -588354 or 12453367. OLE color: 12453367.
HSL color Cylindrical-coordinate representation of color #F705BE: hue angle of 314.13º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F705BE is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.03 |
| HSL | 314.13º | 0.96% | 0.49% | - |
| HSV(B) | 314.13º | 0.98% | 0.97% | - |
| XYZ | 47.71 | 23.6 | 50.76 | - |
| YUV | 98.45 | 179.67 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 190 | 0 | 0.98 | 0.23 | 0.03 | 314.13 | 0.96 | 0.49 |
| Hex | F7 | 5 | BE | 0 | 62 | 17 | 3 | 13A | 60 | 31 |
| Octal | 367 | 5 | 276 | 0 | 142 | 27 | 3 | 472 | 140 | 61 |
| Binary | 11110111 | 101 | 10111110 | 0 | 1100010 | 10111 | 11 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F705BE
Complementary color
Monochromatic Colors of #F705BE
Black with #F705BE
Text Example
Text Example
White with #F705BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705BE; }
p { color: rgb(247,5,190); }
H1.HeaderClassName
{
color: #F705BE;
}
.AnyTagClassName
{
color: #F705BE;
}
</style>
background-color css
<style>
a { background-color: #F705BE; }
a { background-color: rgb(247,5,190); }
div.DivClassName
{
background-color: #F705BE;
}
.BgClassName
{
background-color: #F705BE;
}
</style>
border-color css
<style>
span { border-color: #F705BE; }
span { border-color: rgb(247,5,190); }
td.TdClassName
{
border-color: #F705BE;
}
.TagClassName
{
border-color: #F705BE;
}
</style>