Shades of Shocking Pink #F700BC
Tints of Shocking Pink #F700BC
RGB
CMYK
RGB Variations
Color information
#F700BC (or 0xF700BC) is known color: Shocking Pink. HEX triplet: F7, 00 and BC. RGB value is (247,0,188). Sum of RGB (Red+Green+Blue) = 247+0+188=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F700BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700BC is #08FF43. Grayscale: #5E5E5E. Windows color (decimal): -589636 or 12321015. OLE color: 12321015.
HSL color Cylindrical-coordinate representation of color #F700BC: hue angle of 314.33º 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 #F700BC is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.24 | 0.03 |
| HSL | 314.33º | 1% | 0.48% | - |
| HSV(B) | 314.33º | 1% | 0.97% | - |
| XYZ | 47.43 | 23.41 | 49.59 | - |
| YUV | 95.29 | 180.33 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 188 | 0 | 1 | 0.24 | 0.03 | 314.33 | 1 | 0.48 |
| Hex | F7 | 0 | BC | 0 | 64 | 18 | 3 | 13A | 64 | 30 |
| Octal | 367 | 0 | 274 | 0 | 144 | 30 | 3 | 472 | 144 | 60 |
| Binary | 11110111 | 0 | 10111100 | 0 | 1100100 | 11000 | 11 | 100111010 | 1100100 | 110000 |
Color Harmonies of #F700BC
Complementary color
Monochromatic Colors of #F700BC
Black with #F700BC
Text Example
Text Example
White with #F700BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700BC; }
p { color: rgb(247,0,188); }
H1.HeaderClassName
{
color: #F700BC;
}
.AnyTagClassName
{
color: #F700BC;
}
</style>
background-color css
<style>
a { background-color: #F700BC; }
a { background-color: rgb(247,0,188); }
div.DivClassName
{
background-color: #F700BC;
}
.BgClassName
{
background-color: #F700BC;
}
</style>
border-color css
<style>
span { border-color: #F700BC; }
span { border-color: rgb(247,0,188); }
td.TdClassName
{
border-color: #F700BC;
}
.TagClassName
{
border-color: #F700BC;
}
</style>