Shades of Shocking Pink #F701BA
Tints of Shocking Pink #F701BA
RGB
CMYK
RGB Variations
Color information
#F701BA (or 0xF701BA) is known color: Shocking Pink. HEX triplet: F7, 01 and BA. RGB value is (247,1,186). Sum of RGB (Red+Green+Blue) = 247+1+186=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F701BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701BA is #08FE45. Grayscale: #5F5F5F. Windows color (decimal): -589382 or 12190199. OLE color: 12190199.
HSL color Cylindrical-coordinate representation of color #F701BA: hue angle of 314.88º 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 #F701BA is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.03 |
| HSL | 314.88º | 0.99% | 0.49% | - |
| HSV(B) | 314.88º | 1% | 0.97% | - |
| XYZ | 47.23 | 23.34 | 48.47 | - |
| YUV | 95.64 | 179 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 186 | 0 | 1.00 | 0.25 | 0.03 | 314.88 | 0.99 | 0.49 |
| Hex | F7 | 1 | BA | 0 | 64 | 19 | 3 | 13B | 63 | 31 |
| Octal | 367 | 1 | 272 | 0 | 144 | 31 | 3 | 473 | 143 | 61 |
| Binary | 11110111 | 1 | 10111010 | 0 | 1100100 | 11001 | 11 | 100111011 | 1100011 | 110001 |
Color Harmonies of #F701BA
Complementary color
Monochromatic Colors of #F701BA
Black with #F701BA
Text Example
Text Example
White with #F701BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701BA; }
p { color: rgb(247,1,186); }
H1.HeaderClassName
{
color: #F701BA;
}
.AnyTagClassName
{
color: #F701BA;
}
</style>
background-color css
<style>
a { background-color: #F701BA; }
a { background-color: rgb(247,1,186); }
div.DivClassName
{
background-color: #F701BA;
}
.BgClassName
{
background-color: #F701BA;
}
</style>
border-color css
<style>
span { border-color: #F701BA; }
span { border-color: rgb(247,1,186); }
td.TdClassName
{
border-color: #F701BA;
}
.TagClassName
{
border-color: #F701BA;
}
</style>