Shades of Shocking Pink #F70FBA
Tints of Shocking Pink #F70FBA
RGB
CMYK
RGB Variations
Color information
#F70FBA (or 0xF70FBA) is known color: Shocking Pink. HEX triplet: F7, 0F and BA. RGB value is (247,15,186). Sum of RGB (Red+Green+Blue) = 247+15+186=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FBA is #08F045. Grayscale: #676767. Windows color (decimal): -585798 or 12193783. OLE color: 12193783.
HSL color Cylindrical-coordinate representation of color #F70FBA: hue angle of 315.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FBA is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.03 |
| HSL | 315.78º | 0.94% | 0.51% | - |
| HSV(B) | 315.78º | 0.94% | 0.97% | - |
| XYZ | 47.39 | 23.66 | 48.52 | - |
| YUV | 103.86 | 174.36 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 186 | 0 | 0.94 | 0.25 | 0.03 | 315.78 | 0.94 | 0.51 |
| Hex | F7 | F | BA | 0 | 5E | 19 | 3 | 13C | 5E | 33 |
| Octal | 367 | 17 | 272 | 0 | 136 | 31 | 3 | 474 | 136 | 63 |
| Binary | 11110111 | 1111 | 10111010 | 0 | 1011110 | 11001 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F70FBA
Complementary color
Monochromatic Colors of #F70FBA
Black with #F70FBA
Text Example
Text Example
White with #F70FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FBA; }
p { color: rgb(247,15,186); }
H1.HeaderClassName
{
color: #F70FBA;
}
.AnyTagClassName
{
color: #F70FBA;
}
</style>
background-color css
<style>
a { background-color: #F70FBA; }
a { background-color: rgb(247,15,186); }
div.DivClassName
{
background-color: #F70FBA;
}
.BgClassName
{
background-color: #F70FBA;
}
</style>
border-color css
<style>
span { border-color: #F70FBA; }
span { border-color: rgb(247,15,186); }
td.TdClassName
{
border-color: #F70FBA;
}
.TagClassName
{
border-color: #F70FBA;
}
</style>