Shades of Shocking Pink #F002BD
Tints of Shocking Pink #F002BD
RGB
CMYK
RGB Variations
Color information
#F002BD (or 0xF002BD) is known color: Shocking Pink. HEX triplet: F0, 02 and BD. RGB value is (240,2,189). Sum of RGB (Red+Green+Blue) = 240+2+189=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F002BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002BD is #0FFD42. Grayscale: #5D5D5D. Windows color (decimal): -1047875 or 12387056. OLE color: 12387056.
HSL color Cylindrical-coordinate representation of color #F002BD: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002BD is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.06 |
| HSL | 312.86º | 0.98% | 0.47% | - |
| HSV(B) | 312.86º | 0.99% | 0.94% | - |
| XYZ | 45.14 | 22.24 | 50.06 | - |
| YUV | 94.48 | 181.35 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 189 | 0 | 0.99 | 0.21 | 0.06 | 312.86 | 0.98 | 0.47 |
| Hex | F0 | 2 | BD | 0 | 63 | 15 | 6 | 139 | 62 | 2F |
| Octal | 360 | 2 | 275 | 0 | 143 | 25 | 6 | 471 | 142 | 57 |
| Binary | 11110000 | 10 | 10111101 | 0 | 1100011 | 10101 | 110 | 100111001 | 1100010 | 101111 |
Color Harmonies of #F002BD
Complementary color
Monochromatic Colors of #F002BD
Black with #F002BD
Text Example
Text Example
White with #F002BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002BD; }
p { color: rgb(240,2,189); }
H1.HeaderClassName
{
color: #F002BD;
}
.AnyTagClassName
{
color: #F002BD;
}
</style>
background-color css
<style>
a { background-color: #F002BD; }
a { background-color: rgb(240,2,189); }
div.DivClassName
{
background-color: #F002BD;
}
.BgClassName
{
background-color: #F002BD;
}
</style>
border-color css
<style>
span { border-color: #F002BD; }
span { border-color: rgb(240,2,189); }
td.TdClassName
{
border-color: #F002BD;
}
.TagClassName
{
border-color: #F002BD;
}
</style>