Shades of Shocking Pink #F705B4
Tints of Shocking Pink #F705B4
RGB
CMYK
RGB Variations
Color information
#F705B4 (or 0xF705B4) is known color: Shocking Pink. HEX triplet: F7, 05 and B4. RGB value is (247,5,180). Sum of RGB (Red+Green+Blue) = 247+5+180=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F705B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705B4 is #08FA4B. Grayscale: #606060. Windows color (decimal): -588364 or 11798007. OLE color: 11798007.
HSL color Cylindrical-coordinate representation of color #F705B4: hue angle of 316.61º 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 #F705B4 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 180 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.03 |
| HSL | 316.61º | 0.96% | 0.49% | - |
| HSV(B) | 316.61º | 0.98% | 0.97% | - |
| XYZ | 46.65 | 23.18 | 45.2 | - |
| YUV | 97.31 | 174.67 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 180 | 0 | 0.98 | 0.27 | 0.03 | 316.61 | 0.96 | 0.49 |
| Hex | F7 | 5 | B4 | 0 | 62 | 1B | 3 | 13D | 60 | 31 |
| Octal | 367 | 5 | 264 | 0 | 142 | 33 | 3 | 475 | 140 | 61 |
| Binary | 11110111 | 101 | 10110100 | 0 | 1100010 | 11011 | 11 | 100111101 | 1100000 | 110001 |
Color Harmonies of #F705B4
Complementary color
Monochromatic Colors of #F705B4
Black with #F705B4
Text Example
Text Example
White with #F705B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705B4; }
p { color: rgb(247,5,180); }
H1.HeaderClassName
{
color: #F705B4;
}
.AnyTagClassName
{
color: #F705B4;
}
</style>
background-color css
<style>
a { background-color: #F705B4; }
a { background-color: rgb(247,5,180); }
div.DivClassName
{
background-color: #F705B4;
}
.BgClassName
{
background-color: #F705B4;
}
</style>
border-color css
<style>
span { border-color: #F705B4; }
span { border-color: rgb(247,5,180); }
td.TdClassName
{
border-color: #F705B4;
}
.TagClassName
{
border-color: #F705B4;
}
</style>