Shades of Hollywood Cerise #F000B0
Tints of Hollywood Cerise #F000B0
RGB
CMYK
RGB Variations
Color information
#F000B0 (or 0xF000B0) is known color: Hollywood Cerise. HEX triplet: F0, 00 and B0. RGB value is (240,0,176). Sum of RGB (Red+Green+Blue) = 240+0+176=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F000B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000B0 is #0FFF4F. Grayscale: #5B5B5B. Windows color (decimal): -1048400 or 11534576. OLE color: 11534576.
HSL color Cylindrical-coordinate representation of color #F000B0: hue angle of 316º 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 #F000B0 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.27 | 0.06 |
| HSL | 316º | 1% | 0.47% | - |
| HSV(B) | 316º | 1% | 0.94% | - |
| XYZ | 43.77 | 21.66 | 42.95 | - |
| YUV | 91.82 | 175.51 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 176 | 0 | 1 | 0.27 | 0.06 | 316 | 1 | 0.47 |
| Hex | F0 | 0 | B0 | 0 | 64 | 1B | 6 | 13C | 64 | 2F |
| Octal | 360 | 0 | 260 | 0 | 144 | 33 | 6 | 474 | 144 | 57 |
| Binary | 11110000 | 0 | 10110000 | 0 | 1100100 | 11011 | 110 | 100111100 | 1100100 | 101111 |
Color Harmonies of #F000B0
Complementary color
Monochromatic Colors of #F000B0
Black with #F000B0
Text Example
Text Example
White with #F000B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000B0; }
p { color: rgb(240,0,176); }
H1.HeaderClassName
{
color: #F000B0;
}
.AnyTagClassName
{
color: #F000B0;
}
</style>
background-color css
<style>
a { background-color: #F000B0; }
a { background-color: rgb(240,0,176); }
div.DivClassName
{
background-color: #F000B0;
}
.BgClassName
{
background-color: #F000B0;
}
</style>
border-color css
<style>
span { border-color: #F000B0; }
span { border-color: rgb(240,0,176); }
td.TdClassName
{
border-color: #F000B0;
}
.TagClassName
{
border-color: #F000B0;
}
</style>