Shades of Shocking Pink #F701BC
Tints of Shocking Pink #F701BC
RGB
CMYK
RGB Variations
Color information
#F701BC (or 0xF701BC) is known color: Shocking Pink. HEX triplet: F7, 01 and BC. RGB value is (247,1,188). Sum of RGB (Red+Green+Blue) = 247+1+188=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F701BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701BC is #08FE43. Grayscale: #5F5F5F. Windows color (decimal): -589380 or 12321271. OLE color: 12321271.
HSL color Cylindrical-coordinate representation of color #F701BC: hue angle of 314.39º 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 #F701BC is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.03 |
| HSL | 314.39º | 0.99% | 0.49% | - |
| HSV(B) | 314.39º | 1% | 0.97% | - |
| XYZ | 47.45 | 23.43 | 49.6 | - |
| YUV | 95.87 | 180 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 188 | 0 | 1.00 | 0.24 | 0.03 | 314.39 | 0.99 | 0.49 |
| Hex | F7 | 1 | BC | 0 | 64 | 18 | 3 | 13A | 63 | 31 |
| Octal | 367 | 1 | 274 | 0 | 144 | 30 | 3 | 472 | 143 | 61 |
| Binary | 11110111 | 1 | 10111100 | 0 | 1100100 | 11000 | 11 | 100111010 | 1100011 | 110001 |
Color Harmonies of #F701BC
Complementary color
Monochromatic Colors of #F701BC
Black with #F701BC
Text Example
Text Example
White with #F701BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701BC; }
p { color: rgb(247,1,188); }
H1.HeaderClassName
{
color: #F701BC;
}
.AnyTagClassName
{
color: #F701BC;
}
</style>
background-color css
<style>
a { background-color: #F701BC; }
a { background-color: rgb(247,1,188); }
div.DivClassName
{
background-color: #F701BC;
}
.BgClassName
{
background-color: #F701BC;
}
</style>
border-color css
<style>
span { border-color: #F701BC; }
span { border-color: rgb(247,1,188); }
td.TdClassName
{
border-color: #F701BC;
}
.TagClassName
{
border-color: #F701BC;
}
</style>