Shades of Hollywood Cerise #F501AF
Tints of Hollywood Cerise #F501AF
RGB
CMYK
RGB Variations
Color information
#F501AF (or 0xF501AF) is known color: Hollywood Cerise. HEX triplet: F5, 01 and AF. RGB value is (245,1,175). Sum of RGB (Red+Green+Blue) = 245+1+175=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F501AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F501AF is #0AFE50. Grayscale: #5D5D5D. Windows color (decimal): -720465 or 11469301. OLE color: 11469301.
HSL color Cylindrical-coordinate representation of color #F501AF: hue angle of 317.21º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501AF is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.04 |
| HSL | 317.21º | 0.99% | 0.48% | - |
| HSV(B) | 317.21º | 1% | 0.96% | - |
| XYZ | 45.4 | 22.53 | 42.51 | - |
| YUV | 93.79 | 173.84 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 175 | 0 | 1.00 | 0.29 | 0.04 | 317.21 | 0.99 | 0.48 |
| Hex | F5 | 1 | AF | 0 | 64 | 1D | 4 | 13D | 63 | 30 |
| Octal | 365 | 1 | 257 | 0 | 144 | 35 | 4 | 475 | 143 | 60 |
| Binary | 11110101 | 1 | 10101111 | 0 | 1100100 | 11101 | 100 | 100111101 | 1100011 | 110000 |
Color Harmonies of #F501AF
Complementary color
Monochromatic Colors of #F501AF
Black with #F501AF
Text Example
Text Example
White with #F501AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501AF; }
p { color: rgb(245,1,175); }
H1.HeaderClassName
{
color: #F501AF;
}
.AnyTagClassName
{
color: #F501AF;
}
</style>
background-color css
<style>
a { background-color: #F501AF; }
a { background-color: rgb(245,1,175); }
div.DivClassName
{
background-color: #F501AF;
}
.BgClassName
{
background-color: #F501AF;
}
</style>
border-color css
<style>
span { border-color: #F501AF; }
span { border-color: rgb(245,1,175); }
td.TdClassName
{
border-color: #F501AF;
}
.TagClassName
{
border-color: #F501AF;
}
</style>