Shades of Shocking Pink #F70BBE
Tints of Shocking Pink #F70BBE
RGB
CMYK
RGB Variations
Color information
#F70BBE (or 0xF70BBE) is known color: Shocking Pink. HEX triplet: F7, 0B and BE. RGB value is (247,11,190). Sum of RGB (Red+Green+Blue) = 247+11+190=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BBE is #08F441. Grayscale: #656565. Windows color (decimal): -586818 or 12454903. OLE color: 12454903.
HSL color Cylindrical-coordinate representation of color #F70BBE: hue angle of 314.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BBE is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 190 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.03 |
| HSL | 314.49º | 0.94% | 0.51% | - |
| HSV(B) | 314.49º | 0.96% | 0.97% | - |
| XYZ | 47.77 | 23.73 | 50.78 | - |
| YUV | 101.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 190 | 0 | 0.96 | 0.23 | 0.03 | 314.49 | 0.94 | 0.51 |
| Hex | F7 | B | BE | 0 | 60 | 17 | 3 | 13A | 5E | 33 |
| Octal | 367 | 13 | 276 | 0 | 140 | 27 | 3 | 472 | 136 | 63 |
| Binary | 11110111 | 1011 | 10111110 | 0 | 1100000 | 10111 | 11 | 100111010 | 1011110 | 110011 |
Color Harmonies of #F70BBE
Complementary color
Monochromatic Colors of #F70BBE
Black with #F70BBE
Text Example
Text Example
White with #F70BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BBE; }
p { color: rgb(247,11,190); }
H1.HeaderClassName
{
color: #F70BBE;
}
.AnyTagClassName
{
color: #F70BBE;
}
</style>
background-color css
<style>
a { background-color: #F70BBE; }
a { background-color: rgb(247,11,190); }
div.DivClassName
{
background-color: #F70BBE;
}
.BgClassName
{
background-color: #F70BBE;
}
</style>
border-color css
<style>
span { border-color: #F70BBE; }
span { border-color: rgb(247,11,190); }
td.TdClassName
{
border-color: #F70BBE;
}
.TagClassName
{
border-color: #F70BBE;
}
</style>