Shades of Shocking Pink #F001BE
Tints of Shocking Pink #F001BE
RGB
CMYK
RGB Variations
Color information
#F001BE (or 0xF001BE) is known color: Shocking Pink. HEX triplet: F0, 01 and BE. RGB value is (240,1,190). Sum of RGB (Red+Green+Blue) = 240+1+190=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F001BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001BE is #0FFE41. Grayscale: #5D5D5D. Windows color (decimal): -1048130 or 12452336. OLE color: 12452336.
HSL color Cylindrical-coordinate representation of color #F001BE: hue angle of 312.55º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001BE is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.06 |
| HSL | 312.55º | 0.99% | 0.47% | - |
| HSV(B) | 312.55º | 1% | 0.94% | - |
| XYZ | 45.24 | 22.26 | 50.63 | - |
| YUV | 94.01 | 182.18 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 190 | 0 | 1.00 | 0.21 | 0.06 | 312.55 | 0.99 | 0.47 |
| Hex | F0 | 1 | BE | 0 | 64 | 15 | 6 | 139 | 63 | 2F |
| Octal | 360 | 1 | 276 | 0 | 144 | 25 | 6 | 471 | 143 | 57 |
| Binary | 11110000 | 1 | 10111110 | 0 | 1100100 | 10101 | 110 | 100111001 | 1100011 | 101111 |
Color Harmonies of #F001BE
Complementary color
Monochromatic Colors of #F001BE
Black with #F001BE
Text Example
Text Example
White with #F001BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001BE; }
p { color: rgb(240,1,190); }
H1.HeaderClassName
{
color: #F001BE;
}
.AnyTagClassName
{
color: #F001BE;
}
</style>
background-color css
<style>
a { background-color: #F001BE; }
a { background-color: rgb(240,1,190); }
div.DivClassName
{
background-color: #F001BE;
}
.BgClassName
{
background-color: #F001BE;
}
</style>
border-color css
<style>
span { border-color: #F001BE; }
span { border-color: rgb(240,1,190); }
td.TdClassName
{
border-color: #F001BE;
}
.TagClassName
{
border-color: #F001BE;
}
</style>