Shades of Shocking Pink #F705BB
Tints of Shocking Pink #F705BB
RGB
CMYK
RGB Variations
Color information
#F705BB (or 0xF705BB) is known color: Shocking Pink. HEX triplet: F7, 05 and BB. RGB value is (247,5,187). Sum of RGB (Red+Green+Blue) = 247+5+187=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F705BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705BB is #08FA44. Grayscale: #616161. Windows color (decimal): -588357 or 12256759. OLE color: 12256759.
HSL color Cylindrical-coordinate representation of color #F705BB: hue angle of 314.88º 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 #F705BB is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.03 |
| HSL | 314.88º | 0.96% | 0.49% | - |
| HSV(B) | 314.88º | 0.98% | 0.97% | - |
| XYZ | 47.38 | 23.47 | 49.05 | - |
| YUV | 98.11 | 178.17 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 187 | 0 | 0.98 | 0.24 | 0.03 | 314.88 | 0.96 | 0.49 |
| Hex | F7 | 5 | BB | 0 | 62 | 18 | 3 | 13B | 60 | 31 |
| Octal | 367 | 5 | 273 | 0 | 142 | 30 | 3 | 473 | 140 | 61 |
| Binary | 11110111 | 101 | 10111011 | 0 | 1100010 | 11000 | 11 | 100111011 | 1100000 | 110001 |
Color Harmonies of #F705BB
Complementary color
Monochromatic Colors of #F705BB
Black with #F705BB
Text Example
Text Example
White with #F705BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705BB; }
p { color: rgb(247,5,187); }
H1.HeaderClassName
{
color: #F705BB;
}
.AnyTagClassName
{
color: #F705BB;
}
</style>
background-color css
<style>
a { background-color: #F705BB; }
a { background-color: rgb(247,5,187); }
div.DivClassName
{
background-color: #F705BB;
}
.BgClassName
{
background-color: #F705BB;
}
</style>
border-color css
<style>
span { border-color: #F705BB; }
span { border-color: rgb(247,5,187); }
td.TdClassName
{
border-color: #F705BB;
}
.TagClassName
{
border-color: #F705BB;
}
</style>