Shades of Shocking Pink #F002BE
Tints of Shocking Pink #F002BE
RGB
CMYK
RGB Variations
Color information
#F002BE (or 0xF002BE) is known color: Shocking Pink. HEX triplet: F0, 02 and BE. RGB value is (240,2,190). Sum of RGB (Red+Green+Blue) = 240+2+190=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F002BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002BE is #0FFD41. Grayscale: #5E5E5E. Windows color (decimal): -1047874 or 12452592. OLE color: 12452592.
HSL color Cylindrical-coordinate representation of color #F002BE: hue angle of 312.61º 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 #F002BE is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.06 |
| HSL | 312.61º | 0.98% | 0.47% | - |
| HSV(B) | 312.61º | 0.99% | 0.94% | - |
| XYZ | 45.25 | 22.29 | 50.63 | - |
| YUV | 94.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 190 | 0 | 0.99 | 0.21 | 0.06 | 312.61 | 0.98 | 0.47 |
| Hex | F0 | 2 | BE | 0 | 63 | 15 | 6 | 139 | 62 | 2F |
| Octal | 360 | 2 | 276 | 0 | 143 | 25 | 6 | 471 | 142 | 57 |
| Binary | 11110000 | 10 | 10111110 | 0 | 1100011 | 10101 | 110 | 100111001 | 1100010 | 101111 |
Color Harmonies of #F002BE
Complementary color
Monochromatic Colors of #F002BE
Black with #F002BE
Text Example
Text Example
White with #F002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002BE; }
p { color: rgb(240,2,190); }
H1.HeaderClassName
{
color: #F002BE;
}
.AnyTagClassName
{
color: #F002BE;
}
</style>
background-color css
<style>
a { background-color: #F002BE; }
a { background-color: rgb(240,2,190); }
div.DivClassName
{
background-color: #F002BE;
}
.BgClassName
{
background-color: #F002BE;
}
</style>
border-color css
<style>
span { border-color: #F002BE; }
span { border-color: rgb(240,2,190); }
td.TdClassName
{
border-color: #F002BE;
}
.TagClassName
{
border-color: #F002BE;
}
</style>