Shades of Shocking Pink #F008B2
Tints of Shocking Pink #F008B2
RGB
CMYK
RGB Variations
Color information
#F008B2 (or 0xF008B2) is known color: Shocking Pink. HEX triplet: F0, 08 and B2. RGB value is (240,8,178). Sum of RGB (Red+Green+Blue) = 240+8+178=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F008B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008B2 is #0FF74D. Grayscale: #606060. Windows color (decimal): -1046350 or 11667696. OLE color: 11667696.
HSL color Cylindrical-coordinate representation of color #F008B2: hue angle of 316.03º 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 #F008B2 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.06 |
| HSL | 316.03º | 0.94% | 0.49% | - |
| HSV(B) | 316.03º | 0.97% | 0.94% | - |
| XYZ | 44.06 | 21.91 | 44.03 | - |
| YUV | 96.75 | 173.86 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 178 | 0 | 0.97 | 0.26 | 0.06 | 316.03 | 0.94 | 0.49 |
| Hex | F0 | 8 | B2 | 0 | 61 | 1A | 6 | 13C | 5E | 31 |
| Octal | 360 | 10 | 262 | 0 | 141 | 32 | 6 | 474 | 136 | 61 |
| Binary | 11110000 | 1000 | 10110010 | 0 | 1100001 | 11010 | 110 | 100111100 | 1011110 | 110001 |
Color Harmonies of #F008B2
Complementary color
Monochromatic Colors of #F008B2
Black with #F008B2
Text Example
Text Example
White with #F008B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008B2; }
p { color: rgb(240,8,178); }
H1.HeaderClassName
{
color: #F008B2;
}
.AnyTagClassName
{
color: #F008B2;
}
</style>
background-color css
<style>
a { background-color: #F008B2; }
a { background-color: rgb(240,8,178); }
div.DivClassName
{
background-color: #F008B2;
}
.BgClassName
{
background-color: #F008B2;
}
</style>
border-color css
<style>
span { border-color: #F008B2; }
span { border-color: rgb(240,8,178); }
td.TdClassName
{
border-color: #F008B2;
}
.TagClassName
{
border-color: #F008B2;
}
</style>