Shades of Hollywood Cerise #FF03AD
Tints of Hollywood Cerise #FF03AD
RGB
CMYK
RGB Variations
Color information
#FF03AD (or 0xFF03AD) is known color: Hollywood Cerise. HEX triplet: FF, 03 and AD. RGB value is (255,3,173). Sum of RGB (Red+Green+Blue) = 255+3+173=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03AD is #00FC52. Grayscale: #616161. Windows color (decimal): -64595 or 11338751. OLE color: 11338751.
HSL color Cylindrical-coordinate representation of color #FF03AD: hue angle of 319.52º 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 #FF03AD is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.32 | 0 |
| HSL | 319.52º | 1% | 0.51% | - |
| HSV(B) | 319.52º | 0.99% | 1% | - |
| XYZ | 48.82 | 24.34 | 41.66 | - |
| YUV | 97.73 | 170.49 | 240.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 173 | 0 | 0.99 | 0.32 | 0 | 319.52 | 1 | 0.51 |
| Hex | FF | 3 | AD | 0 | 63 | 20 | 0 | 140 | 64 | 33 |
| Octal | 377 | 3 | 255 | 0 | 143 | 40 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 11 | 10101101 | 0 | 1100011 | 100000 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF03AD
Complementary color
Monochromatic Colors of #FF03AD
Black with #FF03AD
Text Example
Text Example
White with #FF03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03AD; }
p { color: rgb(255,3,173); }
H1.HeaderClassName
{
color: #FF03AD;
}
.AnyTagClassName
{
color: #FF03AD;
}
</style>
background-color css
<style>
a { background-color: #FF03AD; }
a { background-color: rgb(255,3,173); }
div.DivClassName
{
background-color: #FF03AD;
}
.BgClassName
{
background-color: #FF03AD;
}
</style>
border-color css
<style>
span { border-color: #FF03AD; }
span { border-color: rgb(255,3,173); }
td.TdClassName
{
border-color: #FF03AD;
}
.TagClassName
{
border-color: #FF03AD;
}
</style>