Shades of Hollywood Cerise #F1069C
Tints of Hollywood Cerise #F1069C
RGB
CMYK
RGB Variations
Color information
#F1069C (or 0xF1069C) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 9C. RGB value is (241,6,156). Sum of RGB (Red+Green+Blue) = 241+6+156=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1069C is #0EF963. Grayscale: #5D5D5D. Windows color (decimal): -981348 or 10225393. OLE color: 10225393.
HSL color Cylindrical-coordinate representation of color #F1069C: hue angle of 321.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1069C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 156 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.05 |
| HSL | 321.7º | 0.95% | 0.48% | - |
| HSV(B) | 321.7º | 0.98% | 0.95% | - |
| XYZ | 42.34 | 21.23 | 33.32 | - |
| YUV | 93.37 | 163.36 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 156 | 0 | 0.98 | 0.35 | 0.05 | 321.7 | 0.95 | 0.48 |
| Hex | F1 | 6 | 9C | 0 | 62 | 23 | 5 | 142 | 5F | 30 |
| Octal | 361 | 6 | 234 | 0 | 142 | 43 | 5 | 502 | 137 | 60 |
| Binary | 11110001 | 110 | 10011100 | 0 | 1100010 | 100011 | 101 | 101000010 | 1011111 | 110000 |
Color Harmonies of #F1069C
Complementary color
Monochromatic Colors of #F1069C
Black with #F1069C
Text Example
Text Example
White with #F1069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1069C; }
p { color: rgb(241,6,156); }
H1.HeaderClassName
{
color: #F1069C;
}
.AnyTagClassName
{
color: #F1069C;
}
</style>
background-color css
<style>
a { background-color: #F1069C; }
a { background-color: rgb(241,6,156); }
div.DivClassName
{
background-color: #F1069C;
}
.BgClassName
{
background-color: #F1069C;
}
</style>
border-color css
<style>
span { border-color: #F1069C; }
span { border-color: rgb(241,6,156); }
td.TdClassName
{
border-color: #F1069C;
}
.TagClassName
{
border-color: #F1069C;
}
</style>