Shades of Hollywood Cerise #FF039B
Tints of Hollywood Cerise #FF039B
RGB
CMYK
RGB Variations
Color information
#FF039B (or 0xFF039B) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 9B. RGB value is (255,3,155). Sum of RGB (Red+Green+Blue) = 255+3+155=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF039B is #00FC64. Grayscale: #5F5F5F. Windows color (decimal): -64613 or 10159103. OLE color: 10159103.
HSL color Cylindrical-coordinate representation of color #FF039B: hue angle of 323.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF039B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.39 | 0 |
| HSL | 323.81º | 1% | 0.51% | - |
| HSV(B) | 323.81º | 0.99% | 1% | - |
| XYZ | 47.19 | 23.69 | 33.1 | - |
| YUV | 95.68 | 161.49 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 155 | 0 | 0.99 | 0.39 | 0 | 323.81 | 1 | 0.51 |
| Hex | FF | 3 | 9B | 0 | 63 | 27 | 0 | 144 | 64 | 33 |
| Octal | 377 | 3 | 233 | 0 | 143 | 47 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 11 | 10011011 | 0 | 1100011 | 100111 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF039B
Complementary color
Monochromatic Colors of #FF039B
Black with #FF039B
Text Example
Text Example
White with #FF039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF039B; }
p { color: rgb(255,3,155); }
H1.HeaderClassName
{
color: #FF039B;
}
.AnyTagClassName
{
color: #FF039B;
}
</style>
background-color css
<style>
a { background-color: #FF039B; }
a { background-color: rgb(255,3,155); }
div.DivClassName
{
background-color: #FF039B;
}
.BgClassName
{
background-color: #FF039B;
}
</style>
border-color css
<style>
span { border-color: #FF039B; }
span { border-color: rgb(255,3,155); }
td.TdClassName
{
border-color: #FF039B;
}
.TagClassName
{
border-color: #FF039B;
}
</style>