Shades of Shocking Pink #F005BE
Tints of Shocking Pink #F005BE
RGB
CMYK
RGB Variations
Color information
#F005BE (or 0xF005BE) is known color: Shocking Pink. HEX triplet: F0, 05 and BE. RGB value is (240,5,190). Sum of RGB (Red+Green+Blue) = 240+5+190=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F005BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005BE is #0FFA41. Grayscale: #5F5F5F. Windows color (decimal): -1047106 or 12453360. OLE color: 12453360.
HSL color Cylindrical-coordinate representation of color #F005BE: hue angle of 312.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005BE is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.06 |
| HSL | 312.77º | 0.96% | 0.48% | - |
| HSV(B) | 312.77º | 0.98% | 0.94% | - |
| XYZ | 45.28 | 22.35 | 50.64 | - |
| YUV | 96.36 | 180.86 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 190 | 0 | 0.98 | 0.21 | 0.06 | 312.77 | 0.96 | 0.48 |
| Hex | F0 | 5 | BE | 0 | 62 | 15 | 6 | 139 | 60 | 30 |
| Octal | 360 | 5 | 276 | 0 | 142 | 25 | 6 | 471 | 140 | 60 |
| Binary | 11110000 | 101 | 10111110 | 0 | 1100010 | 10101 | 110 | 100111001 | 1100000 | 110000 |
Color Harmonies of #F005BE
Complementary color
Monochromatic Colors of #F005BE
Black with #F005BE
Text Example
Text Example
White with #F005BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005BE; }
p { color: rgb(240,5,190); }
H1.HeaderClassName
{
color: #F005BE;
}
.AnyTagClassName
{
color: #F005BE;
}
</style>
background-color css
<style>
a { background-color: #F005BE; }
a { background-color: rgb(240,5,190); }
div.DivClassName
{
background-color: #F005BE;
}
.BgClassName
{
background-color: #F005BE;
}
</style>
border-color css
<style>
span { border-color: #F005BE; }
span { border-color: rgb(240,5,190); }
td.TdClassName
{
border-color: #F005BE;
}
.TagClassName
{
border-color: #F005BE;
}
</style>