Shades of Hollywood Cerise #F8069B
Tints of Hollywood Cerise #F8069B
RGB
CMYK
RGB Variations
Color information
#F8069B (or 0xF8069B) is known color: Hollywood Cerise. HEX triplet: F8, 06 and 9B. RGB value is (248,6,155). Sum of RGB (Red+Green+Blue) = 248+6+155=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8069B is #07F964. Grayscale: #5E5E5E. Windows color (decimal): -522597 or 10159864. OLE color: 10159864.
HSL color Cylindrical-coordinate representation of color #F8069B: hue angle of 323.06º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8069B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 155 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 323.06º | 0.95% | 0.5% | - |
| HSV(B) | 323.06º | 0.98% | 0.97% | - |
| XYZ | 44.69 | 22.45 | 32.99 | - |
| YUV | 95.34 | 161.67 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 155 | 0 | 0.98 | 0.38 | 0.03 | 323.06 | 0.95 | 0.5 |
| Hex | F8 | 6 | 9B | 0 | 62 | 26 | 3 | 143 | 5F | 32 |
| Octal | 370 | 6 | 233 | 0 | 142 | 46 | 3 | 503 | 137 | 62 |
| Binary | 11111000 | 110 | 10011011 | 0 | 1100010 | 100110 | 11 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F8069B
Complementary color
Monochromatic Colors of #F8069B
Black with #F8069B
Text Example
Text Example
White with #F8069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8069B; }
p { color: rgb(248,6,155); }
H1.HeaderClassName
{
color: #F8069B;
}
.AnyTagClassName
{
color: #F8069B;
}
</style>
background-color css
<style>
a { background-color: #F8069B; }
a { background-color: rgb(248,6,155); }
div.DivClassName
{
background-color: #F8069B;
}
.BgClassName
{
background-color: #F8069B;
}
</style>
border-color css
<style>
span { border-color: #F8069B; }
span { border-color: rgb(248,6,155); }
td.TdClassName
{
border-color: #F8069B;
}
.TagClassName
{
border-color: #F8069B;
}
</style>