Shades of Hollywood Cerise #F6029B
Tints of Hollywood Cerise #F6029B
RGB
CMYK
RGB Variations
Color information
#F6029B (or 0xF6029B) is known color: Hollywood Cerise. HEX triplet: F6, 02 and 9B. RGB value is (246,2,155). Sum of RGB (Red+Green+Blue) = 246+2+155=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6029B is #09FD64. Grayscale: #5C5C5C. Windows color (decimal): -654693 or 10158838. OLE color: 10158838.
HSL color Cylindrical-coordinate representation of color #F6029B: hue angle of 322.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6029B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.04 |
| HSL | 322.38º | 0.98% | 0.49% | - |
| HSV(B) | 322.38º | 0.99% | 0.96% | - |
| XYZ | 43.94 | 22 | 32.94 | - |
| YUV | 92.4 | 163.34 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 155 | 0 | 0.99 | 0.37 | 0.04 | 322.38 | 0.98 | 0.49 |
| Hex | F6 | 2 | 9B | 0 | 63 | 25 | 4 | 142 | 62 | 31 |
| Octal | 366 | 2 | 233 | 0 | 143 | 45 | 4 | 502 | 142 | 61 |
| Binary | 11110110 | 10 | 10011011 | 0 | 1100011 | 100101 | 100 | 101000010 | 1100010 | 110001 |
Color Harmonies of #F6029B
Complementary color
Monochromatic Colors of #F6029B
Black with #F6029B
Text Example
Text Example
White with #F6029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6029B; }
p { color: rgb(246,2,155); }
H1.HeaderClassName
{
color: #F6029B;
}
.AnyTagClassName
{
color: #F6029B;
}
</style>
background-color css
<style>
a { background-color: #F6029B; }
a { background-color: rgb(246,2,155); }
div.DivClassName
{
background-color: #F6029B;
}
.BgClassName
{
background-color: #F6029B;
}
</style>
border-color css
<style>
span { border-color: #F6029B; }
span { border-color: rgb(246,2,155); }
td.TdClassName
{
border-color: #F6029B;
}
.TagClassName
{
border-color: #F6029B;
}
</style>