Shades of Hollywood Cerise #F301AA
Tints of Hollywood Cerise #F301AA
RGB
CMYK
RGB Variations
Color information
#F301AA (or 0xF301AA) is known color: Hollywood Cerise. HEX triplet: F3, 01 and AA. RGB value is (243,1,170). Sum of RGB (Red+Green+Blue) = 243+1+170=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F301AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F301AA is #0CFE55. Grayscale: #5C5C5C. Windows color (decimal): -851542 or 11141619. OLE color: 11141619.
HSL color Cylindrical-coordinate representation of color #F301AA: hue angle of 318.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301AA is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.05 |
| HSL | 318.1º | 0.99% | 0.48% | - |
| HSV(B) | 318.1º | 1% | 0.95% | - |
| XYZ | 44.23 | 21.98 | 39.94 | - |
| YUV | 92.62 | 171.67 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 170 | 0 | 1.00 | 0.30 | 0.05 | 318.1 | 0.99 | 0.48 |
| Hex | F3 | 1 | AA | 0 | 64 | 1E | 5 | 13E | 63 | 30 |
| Octal | 363 | 1 | 252 | 0 | 144 | 36 | 5 | 476 | 143 | 60 |
| Binary | 11110011 | 1 | 10101010 | 0 | 1100100 | 11110 | 101 | 100111110 | 1100011 | 110000 |
Color Harmonies of #F301AA
Complementary color
Monochromatic Colors of #F301AA
Black with #F301AA
Text Example
Text Example
White with #F301AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301AA; }
p { color: rgb(243,1,170); }
H1.HeaderClassName
{
color: #F301AA;
}
.AnyTagClassName
{
color: #F301AA;
}
</style>
background-color css
<style>
a { background-color: #F301AA; }
a { background-color: rgb(243,1,170); }
div.DivClassName
{
background-color: #F301AA;
}
.BgClassName
{
background-color: #F301AA;
}
</style>
border-color css
<style>
span { border-color: #F301AA; }
span { border-color: rgb(243,1,170); }
td.TdClassName
{
border-color: #F301AA;
}
.TagClassName
{
border-color: #F301AA;
}
</style>