Shades of Shocking Pink #F007B8
Tints of Shocking Pink #F007B8
RGB
CMYK
RGB Variations
Color information
#F007B8 (or 0xF007B8) is known color: Shocking Pink. HEX triplet: F0, 07 and B8. RGB value is (240,7,184). Sum of RGB (Red+Green+Blue) = 240+7+184=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F007B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007B8 is #0FF847. Grayscale: #606060. Windows color (decimal): -1046600 or 12060656. OLE color: 12060656.
HSL color Cylindrical-coordinate representation of color #F007B8: hue angle of 314.42º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007B8 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 184 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.06 |
| HSL | 314.42º | 0.94% | 0.48% | - |
| HSV(B) | 314.42º | 0.97% | 0.94% | - |
| XYZ | 44.66 | 22.14 | 47.27 | - |
| YUV | 96.85 | 177.19 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 184 | 0 | 0.97 | 0.23 | 0.06 | 314.42 | 0.94 | 0.48 |
| Hex | F0 | 7 | B8 | 0 | 61 | 17 | 6 | 13A | 5E | 30 |
| Octal | 360 | 7 | 270 | 0 | 141 | 27 | 6 | 472 | 136 | 60 |
| Binary | 11110000 | 111 | 10111000 | 0 | 1100001 | 10111 | 110 | 100111010 | 1011110 | 110000 |
Color Harmonies of #F007B8
Complementary color
Monochromatic Colors of #F007B8
Black with #F007B8
Text Example
Text Example
White with #F007B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007B8; }
p { color: rgb(240,7,184); }
H1.HeaderClassName
{
color: #F007B8;
}
.AnyTagClassName
{
color: #F007B8;
}
</style>
background-color css
<style>
a { background-color: #F007B8; }
a { background-color: rgb(240,7,184); }
div.DivClassName
{
background-color: #F007B8;
}
.BgClassName
{
background-color: #F007B8;
}
</style>
border-color css
<style>
span { border-color: #F007B8; }
span { border-color: rgb(240,7,184); }
td.TdClassName
{
border-color: #F007B8;
}
.TagClassName
{
border-color: #F007B8;
}
</style>