Shades of Shocking Pink #F000BE
Tints of Shocking Pink #F000BE
RGB
CMYK
RGB Variations
Color information
#F000BE (or 0xF000BE) is known color: Shocking Pink. HEX triplet: F0, 00 and BE. RGB value is (240,0,190). Sum of RGB (Red+Green+Blue) = 240+0+190=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BE is #0FFF41. Grayscale: #5C5C5C. Windows color (decimal): -1048386 or 12452080. OLE color: 12452080.
HSL color Cylindrical-coordinate representation of color #F000BE: hue angle of 312.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000BE is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.21 | 0.06 |
| HSL | 312.5º | 1% | 0.47% | - |
| HSV(B) | 312.5º | 1% | 0.94% | - |
| XYZ | 45.23 | 22.24 | 50.62 | - |
| YUV | 93.42 | 182.51 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 190 | 0 | 1 | 0.21 | 0.06 | 312.5 | 1 | 0.47 |
| Hex | F0 | 0 | BE | 0 | 64 | 15 | 6 | 138 | 64 | 2F |
| Octal | 360 | 0 | 276 | 0 | 144 | 25 | 6 | 470 | 144 | 57 |
| Binary | 11110000 | 0 | 10111110 | 0 | 1100100 | 10101 | 110 | 100111000 | 1100100 | 101111 |
Color Harmonies of #F000BE
Complementary color
Monochromatic Colors of #F000BE
Black with #F000BE
Text Example
Text Example
White with #F000BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000BE; }
p { color: rgb(240,0,190); }
H1.HeaderClassName
{
color: #F000BE;
}
.AnyTagClassName
{
color: #F000BE;
}
</style>
background-color css
<style>
a { background-color: #F000BE; }
a { background-color: rgb(240,0,190); }
div.DivClassName
{
background-color: #F000BE;
}
.BgClassName
{
background-color: #F000BE;
}
</style>
border-color css
<style>
span { border-color: #F000BE; }
span { border-color: rgb(240,0,190); }
td.TdClassName
{
border-color: #F000BE;
}
.TagClassName
{
border-color: #F000BE;
}
</style>