Shades of Shocking Pink #F00FB5
Tints of Shocking Pink #F00FB5
RGB
CMYK
RGB Variations
Color information
#F00FB5 (or 0xF00FB5) is known color: Shocking Pink. HEX triplet: F0, 0F and B5. RGB value is (240,15,181). Sum of RGB (Red+Green+Blue) = 240+15+181=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FB5 is #0FF04A. Grayscale: #646464. Windows color (decimal): -1044555 or 11866096. OLE color: 11866096.
HSL color Cylindrical-coordinate representation of color #F00FB5: hue angle of 315.73º 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 #F00FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.06 |
| HSL | 315.73º | 0.88% | 0.5% | - |
| HSV(B) | 315.73º | 0.94% | 0.94% | - |
| XYZ | 44.45 | 22.2 | 45.66 | - |
| YUV | 101.2 | 173.04 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 181 | 0 | 0.94 | 0.25 | 0.06 | 315.73 | 0.88 | 0.5 |
| Hex | F0 | F | B5 | 0 | 5E | 19 | 6 | 13C | 58 | 32 |
| Octal | 360 | 17 | 265 | 0 | 136 | 31 | 6 | 474 | 130 | 62 |
| Binary | 11110000 | 1111 | 10110101 | 0 | 1011110 | 11001 | 110 | 100111100 | 1011000 | 110010 |
Color Harmonies of #F00FB5
Complementary color
Monochromatic Colors of #F00FB5
Black with #F00FB5
Text Example
Text Example
White with #F00FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FB5; }
p { color: rgb(240,15,181); }
H1.HeaderClassName
{
color: #F00FB5;
}
.AnyTagClassName
{
color: #F00FB5;
}
</style>
background-color css
<style>
a { background-color: #F00FB5; }
a { background-color: rgb(240,15,181); }
div.DivClassName
{
background-color: #F00FB5;
}
.BgClassName
{
background-color: #F00FB5;
}
</style>
border-color css
<style>
span { border-color: #F00FB5; }
span { border-color: rgb(240,15,181); }
td.TdClassName
{
border-color: #F00FB5;
}
.TagClassName
{
border-color: #F00FB5;
}
</style>