Shades of Shocking Pink #F008B8
Tints of Shocking Pink #F008B8
RGB
CMYK
RGB Variations
Color information
#F008B8 (or 0xF008B8) is known color: Shocking Pink. HEX triplet: F0, 08 and B8. RGB value is (240,8,184). Sum of RGB (Red+Green+Blue) = 240+8+184=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F008B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008B8 is #0FF747. Grayscale: #606060. Windows color (decimal): -1046344 or 12060912. OLE color: 12060912.
HSL color Cylindrical-coordinate representation of color #F008B8: hue angle of 314.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008B8 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 184 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.06 |
| HSL | 314.48º | 0.94% | 0.49% | - |
| HSV(B) | 314.48º | 0.97% | 0.94% | - |
| XYZ | 44.67 | 22.16 | 47.27 | - |
| YUV | 97.43 | 176.86 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 184 | 0 | 0.97 | 0.23 | 0.06 | 314.48 | 0.94 | 0.49 |
| Hex | F0 | 8 | B8 | 0 | 61 | 17 | 6 | 13A | 5E | 31 |
| Octal | 360 | 10 | 270 | 0 | 141 | 27 | 6 | 472 | 136 | 61 |
| Binary | 11110000 | 1000 | 10111000 | 0 | 1100001 | 10111 | 110 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F008B8
Complementary color
Monochromatic Colors of #F008B8
Black with #F008B8
Text Example
Text Example
White with #F008B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008B8; }
p { color: rgb(240,8,184); }
H1.HeaderClassName
{
color: #F008B8;
}
.AnyTagClassName
{
color: #F008B8;
}
</style>
background-color css
<style>
a { background-color: #F008B8; }
a { background-color: rgb(240,8,184); }
div.DivClassName
{
background-color: #F008B8;
}
.BgClassName
{
background-color: #F008B8;
}
</style>
border-color css
<style>
span { border-color: #F008B8; }
span { border-color: rgb(240,8,184); }
td.TdClassName
{
border-color: #F008B8;
}
.TagClassName
{
border-color: #F008B8;
}
</style>