Shades of Hollywood Cerise #F006B0
Tints of Hollywood Cerise #F006B0
RGB
CMYK
RGB Variations
Color information
#F006B0 (or 0xF006B0) is known color: Hollywood Cerise. HEX triplet: F0, 06 and B0. RGB value is (240,6,176). Sum of RGB (Red+Green+Blue) = 240+6+176=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F006B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006B0 is #0FF94F. Grayscale: #5E5E5E. Windows color (decimal): -1046864 or 11536112. OLE color: 11536112.
HSL color Cylindrical-coordinate representation of color #F006B0: hue angle of 316.41º degrees, saturation: 0.95, 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 #F006B0 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 176 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.06 |
| HSL | 316.41º | 0.95% | 0.48% | - |
| HSV(B) | 316.41º | 0.98% | 0.94% | - |
| XYZ | 43.84 | 21.79 | 42.97 | - |
| YUV | 95.35 | 173.52 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 176 | 0 | 0.98 | 0.27 | 0.06 | 316.41 | 0.95 | 0.48 |
| Hex | F0 | 6 | B0 | 0 | 62 | 1B | 6 | 13C | 5F | 30 |
| Octal | 360 | 6 | 260 | 0 | 142 | 33 | 6 | 474 | 137 | 60 |
| Binary | 11110000 | 110 | 10110000 | 0 | 1100010 | 11011 | 110 | 100111100 | 1011111 | 110000 |
Color Harmonies of #F006B0
Complementary color
Monochromatic Colors of #F006B0
Black with #F006B0
Text Example
Text Example
White with #F006B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006B0; }
p { color: rgb(240,6,176); }
H1.HeaderClassName
{
color: #F006B0;
}
.AnyTagClassName
{
color: #F006B0;
}
</style>
background-color css
<style>
a { background-color: #F006B0; }
a { background-color: rgb(240,6,176); }
div.DivClassName
{
background-color: #F006B0;
}
.BgClassName
{
background-color: #F006B0;
}
</style>
border-color css
<style>
span { border-color: #F006B0; }
span { border-color: rgb(240,6,176); }
td.TdClassName
{
border-color: #F006B0;
}
.TagClassName
{
border-color: #F006B0;
}
</style>