Shades of Hollywood Cerise #F2058F
Tints of Hollywood Cerise #F2058F
RGB
CMYK
RGB Variations
Color information
#F2058F (or 0xF2058F) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 8F. RGB value is (242,5,143). Sum of RGB (Red+Green+Blue) = 242+5+143=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2058F is #0DFA70. Grayscale: #5B5B5B. Windows color (decimal): -916081 or 9373170. OLE color: 9373170.
HSL color Cylindrical-coordinate representation of color #F2058F: hue angle of 325.06º degrees, saturation: 0.96, 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 #F2058F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.05 |
| HSL | 325.06º | 0.96% | 0.48% | - |
| HSV(B) | 325.06º | 0.98% | 0.95% | - |
| XYZ | 41.63 | 20.97 | 27.84 | - |
| YUV | 91.6 | 157.02 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 143 | 0 | 0.98 | 0.41 | 0.05 | 325.06 | 0.96 | 0.48 |
| Hex | F2 | 5 | 8F | 0 | 62 | 29 | 5 | 145 | 60 | 30 |
| Octal | 362 | 5 | 217 | 0 | 142 | 51 | 5 | 505 | 140 | 60 |
| Binary | 11110010 | 101 | 10001111 | 0 | 1100010 | 101001 | 101 | 101000101 | 1100000 | 110000 |
Color Harmonies of #F2058F
Complementary color
Monochromatic Colors of #F2058F
Black with #F2058F
Text Example
Text Example
White with #F2058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2058F; }
p { color: rgb(242,5,143); }
H1.HeaderClassName
{
color: #F2058F;
}
.AnyTagClassName
{
color: #F2058F;
}
</style>
background-color css
<style>
a { background-color: #F2058F; }
a { background-color: rgb(242,5,143); }
div.DivClassName
{
background-color: #F2058F;
}
.BgClassName
{
background-color: #F2058F;
}
</style>
border-color css
<style>
span { border-color: #F2058F; }
span { border-color: rgb(242,5,143); }
td.TdClassName
{
border-color: #F2058F;
}
.TagClassName
{
border-color: #F2058F;
}
</style>