Shades of Hollywood Cerise #FF03A7
Tints of Hollywood Cerise #FF03A7
RGB
CMYK
RGB Variations
Color information
#FF03A7 (or 0xFF03A7) is known color: Hollywood Cerise. HEX triplet: FF, 03 and A7. RGB value is (255,3,167). Sum of RGB (Red+Green+Blue) = 255+3+167=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03A7 is #00FC58. Grayscale: #606060. Windows color (decimal): -64601 or 10945535. OLE color: 10945535.
HSL color Cylindrical-coordinate representation of color #FF03A7: hue angle of 320.95º 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 #FF03A7 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 167 | - |
| CMYK | 0 | 0.99 | 0.35 | 0 |
| HSL | 320.95º | 1% | 0.51% | - |
| HSV(B) | 320.95º | 0.99% | 1% | - |
| XYZ | 48.25 | 24.12 | 38.67 | - |
| YUV | 97.04 | 167.49 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 167 | 0 | 0.99 | 0.35 | 0 | 320.95 | 1 | 0.51 |
| Hex | FF | 3 | A7 | 0 | 63 | 23 | 0 | 141 | 64 | 33 |
| Octal | 377 | 3 | 247 | 0 | 143 | 43 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 11 | 10100111 | 0 | 1100011 | 100011 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF03A7
Complementary color
Monochromatic Colors of #FF03A7
Black with #FF03A7
Text Example
Text Example
White with #FF03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03A7; }
p { color: rgb(255,3,167); }
H1.HeaderClassName
{
color: #FF03A7;
}
.AnyTagClassName
{
color: #FF03A7;
}
</style>
background-color css
<style>
a { background-color: #FF03A7; }
a { background-color: rgb(255,3,167); }
div.DivClassName
{
background-color: #FF03A7;
}
.BgClassName
{
background-color: #FF03A7;
}
</style>
border-color css
<style>
span { border-color: #FF03A7; }
span { border-color: rgb(255,3,167); }
td.TdClassName
{
border-color: #FF03A7;
}
.TagClassName
{
border-color: #FF03A7;
}
</style>