Shades of Shocking Pink #F70CBA
Tints of Shocking Pink #F70CBA
RGB
CMYK
RGB Variations
Color information
#F70CBA (or 0xF70CBA) is known color: Shocking Pink. HEX triplet: F7, 0C and BA. RGB value is (247,12,186). Sum of RGB (Red+Green+Blue) = 247+12+186=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CBA is #08F345. Grayscale: #656565. Windows color (decimal): -586566 or 12193015. OLE color: 12193015.
HSL color Cylindrical-coordinate representation of color #F70CBA: hue angle of 315.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CBA is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.03 |
| HSL | 315.57º | 0.94% | 0.51% | - |
| HSV(B) | 315.57º | 0.95% | 0.97% | - |
| XYZ | 47.35 | 23.58 | 48.51 | - |
| YUV | 102.1 | 175.36 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 186 | 0 | 0.95 | 0.25 | 0.03 | 315.57 | 0.94 | 0.51 |
| Hex | F7 | C | BA | 0 | 5F | 19 | 3 | 13C | 5E | 33 |
| Octal | 367 | 14 | 272 | 0 | 137 | 31 | 3 | 474 | 136 | 63 |
| Binary | 11110111 | 1100 | 10111010 | 0 | 1011111 | 11001 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F70CBA
Complementary color
Monochromatic Colors of #F70CBA
Black with #F70CBA
Text Example
Text Example
White with #F70CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CBA; }
p { color: rgb(247,12,186); }
H1.HeaderClassName
{
color: #F70CBA;
}
.AnyTagClassName
{
color: #F70CBA;
}
</style>
background-color css
<style>
a { background-color: #F70CBA; }
a { background-color: rgb(247,12,186); }
div.DivClassName
{
background-color: #F70CBA;
}
.BgClassName
{
background-color: #F70CBA;
}
</style>
border-color css
<style>
span { border-color: #F70CBA; }
span { border-color: rgb(247,12,186); }
td.TdClassName
{
border-color: #F70CBA;
}
.TagClassName
{
border-color: #F70CBA;
}
</style>