Shades of Hollywood Cerise #FF0092
Tints of Hollywood Cerise #FF0092
RGB
CMYK
RGB Variations
Color information
#FF0092 (or 0xFF0092) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 92. RGB value is (255,0,146). Sum of RGB (Red+Green+Blue) = 255+0+146=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0092 is #00FF6D. Grayscale: #5C5C5C. Windows color (decimal): -65390 or 9568511. OLE color: 9568511.
HSL color Cylindrical-coordinate representation of color #FF0092: hue angle of 325.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0092 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.43 | 0 |
| HSL | 325.65º | 1% | 0.5% | - |
| HSV(B) | 325.65º | 1% | 1% | - |
| XYZ | 46.43 | 23.34 | 29.25 | - |
| YUV | 92.89 | 157.98 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 146 | 0 | 1 | 0.43 | 0 | 325.65 | 1 | 0.5 |
| Hex | FF | 0 | 92 | 0 | 64 | 2B | 0 | 146 | 64 | 32 |
| Octal | 377 | 0 | 222 | 0 | 144 | 53 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 0 | 10010010 | 0 | 1100100 | 101011 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF0092
Complementary color
Monochromatic Colors of #FF0092
Black with #FF0092
Text Example
Text Example
White with #FF0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0092; }
p { color: rgb(255,0,146); }
H1.HeaderClassName
{
color: #FF0092;
}
.AnyTagClassName
{
color: #FF0092;
}
</style>
background-color css
<style>
a { background-color: #FF0092; }
a { background-color: rgb(255,0,146); }
div.DivClassName
{
background-color: #FF0092;
}
.BgClassName
{
background-color: #FF0092;
}
</style>
border-color css
<style>
span { border-color: #FF0092; }
span { border-color: rgb(255,0,146); }
td.TdClassName
{
border-color: #FF0092;
}
.TagClassName
{
border-color: #FF0092;
}
</style>