Shades of Hollywood Cerise #FF03B0
Tints of Hollywood Cerise #FF03B0
RGB
CMYK
RGB Variations
Color information
#FF03B0 (or 0xFF03B0) is known color: Hollywood Cerise. HEX triplet: FF, 03 and B0. RGB value is (255,3,176). Sum of RGB (Red+Green+Blue) = 255+3+176=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03B0 is #00FC4F. Grayscale: #616161. Windows color (decimal): -64592 or 11535359. OLE color: 11535359.
HSL color Cylindrical-coordinate representation of color #FF03B0: hue angle of 318.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 #FF03B0 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 176 | - |
| CMYK | 0 | 0.99 | 0.31 | 0 |
| HSL | 318.81º | 1% | 0.51% | - |
| HSV(B) | 318.81º | 0.99% | 1% | - |
| XYZ | 49.11 | 24.46 | 43.21 | - |
| YUV | 98.07 | 171.99 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 176 | 0 | 0.99 | 0.31 | 0 | 318.81 | 1 | 0.51 |
| Hex | FF | 3 | B0 | 0 | 63 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 3 | 260 | 0 | 143 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 11 | 10110000 | 0 | 1100011 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF03B0
Complementary color
Monochromatic Colors of #FF03B0
Black with #FF03B0
Text Example
Text Example
White with #FF03B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03B0; }
p { color: rgb(255,3,176); }
H1.HeaderClassName
{
color: #FF03B0;
}
.AnyTagClassName
{
color: #FF03B0;
}
</style>
background-color css
<style>
a { background-color: #FF03B0; }
a { background-color: rgb(255,3,176); }
div.DivClassName
{
background-color: #FF03B0;
}
.BgClassName
{
background-color: #FF03B0;
}
</style>
border-color css
<style>
span { border-color: #FF03B0; }
span { border-color: rgb(255,3,176); }
td.TdClassName
{
border-color: #FF03B0;
}
.TagClassName
{
border-color: #FF03B0;
}
</style>