Shades of Hollywood Cerise #F1028B
Tints of Hollywood Cerise #F1028B
RGB
CMYK
RGB Variations
Color information
#F1028B (or 0xF1028B) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 8B. RGB value is (241,2,139). Sum of RGB (Red+Green+Blue) = 241+2+139=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1028B is #0EFD74. Grayscale: #585858. Windows color (decimal): -982389 or 9110257. OLE color: 9110257.
HSL color Cylindrical-coordinate representation of color #F1028B: hue angle of 325.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1028B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.05 |
| HSL | 325.61º | 0.98% | 0.48% | - |
| HSV(B) | 325.61º | 0.99% | 0.95% | - |
| XYZ | 40.96 | 20.61 | 26.25 | - |
| YUV | 89.08 | 156.18 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 139 | 0 | 0.99 | 0.42 | 0.05 | 325.61 | 0.98 | 0.48 |
| Hex | F1 | 2 | 8B | 0 | 63 | 2A | 5 | 146 | 62 | 30 |
| Octal | 361 | 2 | 213 | 0 | 143 | 52 | 5 | 506 | 142 | 60 |
| Binary | 11110001 | 10 | 10001011 | 0 | 1100011 | 101010 | 101 | 101000110 | 1100010 | 110000 |
Color Harmonies of #F1028B
Complementary color
Monochromatic Colors of #F1028B
Black with #F1028B
Text Example
Text Example
White with #F1028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1028B; }
p { color: rgb(241,2,139); }
H1.HeaderClassName
{
color: #F1028B;
}
.AnyTagClassName
{
color: #F1028B;
}
</style>
background-color css
<style>
a { background-color: #F1028B; }
a { background-color: rgb(241,2,139); }
div.DivClassName
{
background-color: #F1028B;
}
.BgClassName
{
background-color: #F1028B;
}
</style>
border-color css
<style>
span { border-color: #F1028B; }
span { border-color: rgb(241,2,139); }
td.TdClassName
{
border-color: #F1028B;
}
.TagClassName
{
border-color: #F1028B;
}
</style>