Shades of Shocking Pink #F00FB7
Tints of Shocking Pink #F00FB7
RGB
CMYK
RGB Variations
Color information
#F00FB7 (or 0xF00FB7) is known color: Shocking Pink. HEX triplet: F0, 0F and B7. RGB value is (240,15,183). Sum of RGB (Red+Green+Blue) = 240+15+183=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FB7 is #0FF048. Grayscale: #646464. Windows color (decimal): -1044553 or 11997168. OLE color: 11997168.
HSL color Cylindrical-coordinate representation of color #F00FB7: hue angle of 315.2º 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 #F00FB7 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 183 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.06 |
| HSL | 315.2º | 0.88% | 0.5% | - |
| HSV(B) | 315.2º | 0.94% | 0.94% | - |
| XYZ | 44.65 | 22.29 | 46.75 | - |
| YUV | 101.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 183 | 0 | 0.94 | 0.24 | 0.06 | 315.2 | 0.88 | 0.5 |
| Hex | F0 | F | B7 | 0 | 5E | 18 | 6 | 13B | 58 | 32 |
| Octal | 360 | 17 | 267 | 0 | 136 | 30 | 6 | 473 | 130 | 62 |
| Binary | 11110000 | 1111 | 10110111 | 0 | 1011110 | 11000 | 110 | 100111011 | 1011000 | 110010 |
Color Harmonies of #F00FB7
Complementary color
Monochromatic Colors of #F00FB7
Black with #F00FB7
Text Example
Text Example
White with #F00FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FB7; }
p { color: rgb(240,15,183); }
H1.HeaderClassName
{
color: #F00FB7;
}
.AnyTagClassName
{
color: #F00FB7;
}
</style>
background-color css
<style>
a { background-color: #F00FB7; }
a { background-color: rgb(240,15,183); }
div.DivClassName
{
background-color: #F00FB7;
}
.BgClassName
{
background-color: #F00FB7;
}
</style>
border-color css
<style>
span { border-color: #F00FB7; }
span { border-color: rgb(240,15,183); }
td.TdClassName
{
border-color: #F00FB7;
}
.TagClassName
{
border-color: #F00FB7;
}
</style>