Shades of Shocking Pink #F00BBA
Tints of Shocking Pink #F00BBA
RGB
CMYK
RGB Variations
Color information
#F00BBA (or 0xF00BBA) is known color: Shocking Pink. HEX triplet: F0, 0B and BA. RGB value is (240,11,186). Sum of RGB (Red+Green+Blue) = 240+11+186=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BBA is #0FF445. Grayscale: #626262. Windows color (decimal): -1045574 or 12192752. OLE color: 12192752.
HSL color Cylindrical-coordinate representation of color #F00BBA: hue angle of 314.15º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00BBA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.06 |
| HSL | 314.15º | 0.91% | 0.49% | - |
| HSV(B) | 314.15º | 0.95% | 0.94% | - |
| XYZ | 44.92 | 22.31 | 48.39 | - |
| YUV | 99.42 | 176.87 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 186 | 0 | 0.95 | 0.22 | 0.06 | 314.15 | 0.91 | 0.49 |
| Hex | F0 | B | BA | 0 | 5F | 16 | 6 | 13A | 5B | 31 |
| Octal | 360 | 13 | 272 | 0 | 137 | 26 | 6 | 472 | 133 | 61 |
| Binary | 11110000 | 1011 | 10111010 | 0 | 1011111 | 10110 | 110 | 100111010 | 1011011 | 110001 |
Color Harmonies of #F00BBA
Complementary color
Monochromatic Colors of #F00BBA
Black with #F00BBA
Text Example
Text Example
White with #F00BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BBA; }
p { color: rgb(240,11,186); }
H1.HeaderClassName
{
color: #F00BBA;
}
.AnyTagClassName
{
color: #F00BBA;
}
</style>
background-color css
<style>
a { background-color: #F00BBA; }
a { background-color: rgb(240,11,186); }
div.DivClassName
{
background-color: #F00BBA;
}
.BgClassName
{
background-color: #F00BBA;
}
</style>
border-color css
<style>
span { border-color: #F00BBA; }
span { border-color: rgb(240,11,186); }
td.TdClassName
{
border-color: #F00BBA;
}
.TagClassName
{
border-color: #F00BBA;
}
</style>