Shades of Shocking Pink #F701BB
Tints of Shocking Pink #F701BB
RGB
CMYK
RGB Variations
Color information
#F701BB (or 0xF701BB) is known color: Shocking Pink. HEX triplet: F7, 01 and BB. RGB value is (247,1,187). Sum of RGB (Red+Green+Blue) = 247+1+187=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F701BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701BB is #08FE44. Grayscale: #5F5F5F. Windows color (decimal): -589381 or 12255735. OLE color: 12255735.
HSL color Cylindrical-coordinate representation of color #F701BB: hue angle of 314.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701BB is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.03 |
| HSL | 314.63º | 0.99% | 0.49% | - |
| HSV(B) | 314.63º | 1% | 0.97% | - |
| XYZ | 47.34 | 23.38 | 49.03 | - |
| YUV | 95.76 | 179.5 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 187 | 0 | 1.00 | 0.24 | 0.03 | 314.63 | 0.99 | 0.49 |
| Hex | F7 | 1 | BB | 0 | 64 | 18 | 3 | 13B | 63 | 31 |
| Octal | 367 | 1 | 273 | 0 | 144 | 30 | 3 | 473 | 143 | 61 |
| Binary | 11110111 | 1 | 10111011 | 0 | 1100100 | 11000 | 11 | 100111011 | 1100011 | 110001 |
Color Harmonies of #F701BB
Complementary color
Monochromatic Colors of #F701BB
Black with #F701BB
Text Example
Text Example
White with #F701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701BB; }
p { color: rgb(247,1,187); }
H1.HeaderClassName
{
color: #F701BB;
}
.AnyTagClassName
{
color: #F701BB;
}
</style>
background-color css
<style>
a { background-color: #F701BB; }
a { background-color: rgb(247,1,187); }
div.DivClassName
{
background-color: #F701BB;
}
.BgClassName
{
background-color: #F701BB;
}
</style>
border-color css
<style>
span { border-color: #F701BB; }
span { border-color: rgb(247,1,187); }
td.TdClassName
{
border-color: #F701BB;
}
.TagClassName
{
border-color: #F701BB;
}
</style>