Shades of Shocking Pink #F00FB2
Tints of Shocking Pink #F00FB2
RGB
CMYK
RGB Variations
Color information
#F00FB2 (or 0xF00FB2) is known color: Shocking Pink. HEX triplet: F0, 0F and B2. RGB value is (240,15,178). Sum of RGB (Red+Green+Blue) = 240+15+178=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FB2 is #0FF04D. Grayscale: #646464. Windows color (decimal): -1044558 or 11669488. OLE color: 11669488.
HSL color Cylindrical-coordinate representation of color #F00FB2: hue angle of 316.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FB2 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 178 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.06 |
| HSL | 316.53º | 0.88% | 0.5% | - |
| HSV(B) | 316.53º | 0.94% | 0.94% | - |
| XYZ | 44.14 | 22.08 | 44.06 | - |
| YUV | 100.86 | 171.54 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 178 | 0 | 0.94 | 0.26 | 0.06 | 316.53 | 0.88 | 0.5 |
| Hex | F0 | F | B2 | 0 | 5E | 1A | 6 | 13D | 58 | 32 |
| Octal | 360 | 17 | 262 | 0 | 136 | 32 | 6 | 475 | 130 | 62 |
| Binary | 11110000 | 1111 | 10110010 | 0 | 1011110 | 11010 | 110 | 100111101 | 1011000 | 110010 |
Color Harmonies of #F00FB2
Complementary color
Monochromatic Colors of #F00FB2
Black with #F00FB2
Text Example
Text Example
White with #F00FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FB2; }
p { color: rgb(240,15,178); }
H1.HeaderClassName
{
color: #F00FB2;
}
.AnyTagClassName
{
color: #F00FB2;
}
</style>
background-color css
<style>
a { background-color: #F00FB2; }
a { background-color: rgb(240,15,178); }
div.DivClassName
{
background-color: #F00FB2;
}
.BgClassName
{
background-color: #F00FB2;
}
</style>
border-color css
<style>
span { border-color: #F00FB2; }
span { border-color: rgb(240,15,178); }
td.TdClassName
{
border-color: #F00FB2;
}
.TagClassName
{
border-color: #F00FB2;
}
</style>