Shades of Shocking Pink #F008BD
Tints of Shocking Pink #F008BD
RGB
CMYK
RGB Variations
Color information
#F008BD (or 0xF008BD) is known color: Shocking Pink. HEX triplet: F0, 08 and BD. RGB value is (240,8,189). Sum of RGB (Red+Green+Blue) = 240+8+189=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F008BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008BD is #0FF742. Grayscale: #616161. Windows color (decimal): -1046339 or 12388592. OLE color: 12388592.
HSL color Cylindrical-coordinate representation of color #F008BD: hue angle of 313.19º 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 #F008BD is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 189 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.06 |
| HSL | 313.19º | 0.94% | 0.49% | - |
| HSV(B) | 313.19º | 0.97% | 0.94% | - |
| XYZ | 45.21 | 22.37 | 50.08 | - |
| YUV | 98 | 179.36 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 189 | 0 | 0.97 | 0.21 | 0.06 | 313.19 | 0.94 | 0.49 |
| Hex | F0 | 8 | BD | 0 | 61 | 15 | 6 | 139 | 5E | 31 |
| Octal | 360 | 10 | 275 | 0 | 141 | 25 | 6 | 471 | 136 | 61 |
| Binary | 11110000 | 1000 | 10111101 | 0 | 1100001 | 10101 | 110 | 100111001 | 1011110 | 110001 |
Color Harmonies of #F008BD
Complementary color
Monochromatic Colors of #F008BD
Black with #F008BD
Text Example
Text Example
White with #F008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008BD; }
p { color: rgb(240,8,189); }
H1.HeaderClassName
{
color: #F008BD;
}
.AnyTagClassName
{
color: #F008BD;
}
</style>
background-color css
<style>
a { background-color: #F008BD; }
a { background-color: rgb(240,8,189); }
div.DivClassName
{
background-color: #F008BD;
}
.BgClassName
{
background-color: #F008BD;
}
</style>
border-color css
<style>
span { border-color: #F008BD; }
span { border-color: rgb(240,8,189); }
td.TdClassName
{
border-color: #F008BD;
}
.TagClassName
{
border-color: #F008BD;
}
</style>