Shades of Shocking Pink #F705B5
Tints of Shocking Pink #F705B5
RGB
CMYK
RGB Variations
Color information
#F705B5 (or 0xF705B5) is known color: Shocking Pink. HEX triplet: F7, 05 and B5. RGB value is (247,5,181). Sum of RGB (Red+Green+Blue) = 247+5+181=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F705B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705B5 is #08FA4A. Grayscale: #606060. Windows color (decimal): -588363 or 11863543. OLE color: 11863543.
HSL color Cylindrical-coordinate representation of color #F705B5: hue angle of 316.36º 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 #F705B5 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.03 |
| HSL | 316.36º | 0.96% | 0.49% | - |
| HSV(B) | 316.36º | 0.98% | 0.97% | - |
| XYZ | 46.75 | 23.22 | 45.73 | - |
| YUV | 97.42 | 175.17 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 181 | 0 | 0.98 | 0.27 | 0.03 | 316.36 | 0.96 | 0.49 |
| Hex | F7 | 5 | B5 | 0 | 62 | 1B | 3 | 13C | 60 | 31 |
| Octal | 367 | 5 | 265 | 0 | 142 | 33 | 3 | 474 | 140 | 61 |
| Binary | 11110111 | 101 | 10110101 | 0 | 1100010 | 11011 | 11 | 100111100 | 1100000 | 110001 |
Color Harmonies of #F705B5
Complementary color
Monochromatic Colors of #F705B5
Black with #F705B5
Text Example
Text Example
White with #F705B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705B5; }
p { color: rgb(247,5,181); }
H1.HeaderClassName
{
color: #F705B5;
}
.AnyTagClassName
{
color: #F705B5;
}
</style>
background-color css
<style>
a { background-color: #F705B5; }
a { background-color: rgb(247,5,181); }
div.DivClassName
{
background-color: #F705B5;
}
.BgClassName
{
background-color: #F705B5;
}
</style>
border-color css
<style>
span { border-color: #F705B5; }
span { border-color: rgb(247,5,181); }
td.TdClassName
{
border-color: #F705B5;
}
.TagClassName
{
border-color: #F705B5;
}
</style>