Shades of Hollywood Cerise #FF03AF
Tints of Hollywood Cerise #FF03AF
RGB
CMYK
RGB Variations
Color information
#FF03AF (or 0xFF03AF) is known color: Hollywood Cerise. HEX triplet: FF, 03 and AF. RGB value is (255,3,175). Sum of RGB (Red+Green+Blue) = 255+3+175=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03AF is #00FC50. Grayscale: #616161. Windows color (decimal): -64593 or 11469823. OLE color: 11469823.
HSL color Cylindrical-coordinate representation of color #FF03AF: hue angle of 319.05º 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 #FF03AF is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.31 | 0 |
| HSL | 319.05º | 1% | 0.51% | - |
| HSV(B) | 319.05º | 0.99% | 1% | - |
| XYZ | 49.01 | 24.42 | 42.69 | - |
| YUV | 97.96 | 171.49 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 175 | 0 | 0.99 | 0.31 | 0 | 319.05 | 1 | 0.51 |
| Hex | FF | 3 | AF | 0 | 63 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 3 | 257 | 0 | 143 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 11 | 10101111 | 0 | 1100011 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF03AF
Complementary color
Monochromatic Colors of #FF03AF
Black with #FF03AF
Text Example
Text Example
White with #FF03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03AF; }
p { color: rgb(255,3,175); }
H1.HeaderClassName
{
color: #FF03AF;
}
.AnyTagClassName
{
color: #FF03AF;
}
</style>
background-color css
<style>
a { background-color: #FF03AF; }
a { background-color: rgb(255,3,175); }
div.DivClassName
{
background-color: #FF03AF;
}
.BgClassName
{
background-color: #FF03AF;
}
</style>
border-color css
<style>
span { border-color: #FF03AF; }
span { border-color: rgb(255,3,175); }
td.TdClassName
{
border-color: #FF03AF;
}
.TagClassName
{
border-color: #FF03AF;
}
</style>