Shades of Shocking Pink #F700BB
Tints of Shocking Pink #F700BB
RGB
CMYK
RGB Variations
Color information
#F700BB (or 0xF700BB) is known color: Shocking Pink. HEX triplet: F7, 00 and BB. RGB value is (247,0,187). Sum of RGB (Red+Green+Blue) = 247+0+187=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F700BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700BB is #08FF44. Grayscale: #5E5E5E. Windows color (decimal): -589637 or 12255479. OLE color: 12255479.
HSL color Cylindrical-coordinate representation of color #F700BB: hue angle of 314.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700BB is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.24 | 0.03 |
| HSL | 314.57º | 1% | 0.48% | - |
| HSV(B) | 314.57º | 1% | 0.97% | - |
| XYZ | 47.33 | 23.36 | 49.03 | - |
| YUV | 95.17 | 179.83 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 187 | 0 | 1 | 0.24 | 0.03 | 314.57 | 1 | 0.48 |
| Hex | F7 | 0 | BB | 0 | 64 | 18 | 3 | 13B | 64 | 30 |
| Octal | 367 | 0 | 273 | 0 | 144 | 30 | 3 | 473 | 144 | 60 |
| Binary | 11110111 | 0 | 10111011 | 0 | 1100100 | 11000 | 11 | 100111011 | 1100100 | 110000 |
Color Harmonies of #F700BB
Complementary color
Monochromatic Colors of #F700BB
Black with #F700BB
Text Example
Text Example
White with #F700BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700BB; }
p { color: rgb(247,0,187); }
H1.HeaderClassName
{
color: #F700BB;
}
.AnyTagClassName
{
color: #F700BB;
}
</style>
background-color css
<style>
a { background-color: #F700BB; }
a { background-color: rgb(247,0,187); }
div.DivClassName
{
background-color: #F700BB;
}
.BgClassName
{
background-color: #F700BB;
}
</style>
border-color css
<style>
span { border-color: #F700BB; }
span { border-color: rgb(247,0,187); }
td.TdClassName
{
border-color: #F700BB;
}
.TagClassName
{
border-color: #F700BB;
}
</style>