Shades of Shocking Pink #F705B7
Tints of Shocking Pink #F705B7
RGB
CMYK
RGB Variations
Color information
#F705B7 (or 0xF705B7) is known color: Shocking Pink. HEX triplet: F7, 05 and B7. RGB value is (247,5,183). Sum of RGB (Red+Green+Blue) = 247+5+183=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F705B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705B7 is #08FA48. Grayscale: #616161. Windows color (decimal): -588361 or 11994615. OLE color: 11994615.
HSL color Cylindrical-coordinate representation of color #F705B7: hue angle of 315.87º 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 #F705B7 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.03 |
| HSL | 315.87º | 0.96% | 0.49% | - |
| HSV(B) | 315.87º | 0.98% | 0.97% | - |
| XYZ | 46.96 | 23.3 | 46.82 | - |
| YUV | 97.65 | 176.17 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 183 | 0 | 0.98 | 0.26 | 0.03 | 315.87 | 0.96 | 0.49 |
| Hex | F7 | 5 | B7 | 0 | 62 | 1A | 3 | 13C | 60 | 31 |
| Octal | 367 | 5 | 267 | 0 | 142 | 32 | 3 | 474 | 140 | 61 |
| Binary | 11110111 | 101 | 10110111 | 0 | 1100010 | 11010 | 11 | 100111100 | 1100000 | 110001 |
Color Harmonies of #F705B7
Complementary color
Monochromatic Colors of #F705B7
Black with #F705B7
Text Example
Text Example
White with #F705B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705B7; }
p { color: rgb(247,5,183); }
H1.HeaderClassName
{
color: #F705B7;
}
.AnyTagClassName
{
color: #F705B7;
}
</style>
background-color css
<style>
a { background-color: #F705B7; }
a { background-color: rgb(247,5,183); }
div.DivClassName
{
background-color: #F705B7;
}
.BgClassName
{
background-color: #F705B7;
}
</style>
border-color css
<style>
span { border-color: #F705B7; }
span { border-color: rgb(247,5,183); }
td.TdClassName
{
border-color: #F705B7;
}
.TagClassName
{
border-color: #F705B7;
}
</style>