Shades of Hollywood Cerise #F901A4
Tints of Hollywood Cerise #F901A4
RGB
CMYK
RGB Variations
Color information
#F901A4 (or 0xF901A4) is known color: Hollywood Cerise. HEX triplet: F9, 01 and A4. RGB value is (249,1,164). Sum of RGB (Red+Green+Blue) = 249+1+164=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F901A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901A4 is #06FE5B. Grayscale: #5D5D5D. Windows color (decimal): -458332 or 10748409. OLE color: 10748409.
HSL color Cylindrical-coordinate representation of color #F901A4: hue angle of 320.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901A4 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 164 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.02 |
| HSL | 320.56º | 0.99% | 0.49% | - |
| HSV(B) | 320.56º | 1% | 0.98% | - |
| XYZ | 45.78 | 22.84 | 37.12 | - |
| YUV | 93.73 | 167.66 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 164 | 0 | 1.00 | 0.34 | 0.02 | 320.56 | 0.99 | 0.49 |
| Hex | F9 | 1 | A4 | 0 | 64 | 22 | 2 | 141 | 63 | 31 |
| Octal | 371 | 1 | 244 | 0 | 144 | 42 | 2 | 501 | 143 | 61 |
| Binary | 11111001 | 1 | 10100100 | 0 | 1100100 | 100010 | 10 | 101000001 | 1100011 | 110001 |
Color Harmonies of #F901A4
Complementary color
Monochromatic Colors of #F901A4
Black with #F901A4
Text Example
Text Example
White with #F901A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901A4; }
p { color: rgb(249,1,164); }
H1.HeaderClassName
{
color: #F901A4;
}
.AnyTagClassName
{
color: #F901A4;
}
</style>
background-color css
<style>
a { background-color: #F901A4; }
a { background-color: rgb(249,1,164); }
div.DivClassName
{
background-color: #F901A4;
}
.BgClassName
{
background-color: #F901A4;
}
</style>
border-color css
<style>
span { border-color: #F901A4; }
span { border-color: rgb(249,1,164); }
td.TdClassName
{
border-color: #F901A4;
}
.TagClassName
{
border-color: #F901A4;
}
</style>