Shades of Hollywood Cerise #F300AA
Tints of Hollywood Cerise #F300AA
RGB
CMYK
RGB Variations
Color information
#F300AA (or 0xF300AA) is known color: Hollywood Cerise. HEX triplet: F3, 00 and AA. RGB value is (243,0,170). Sum of RGB (Red+Green+Blue) = 243+0+170=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F300AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300AA is #0CFF55. Grayscale: #5B5B5B. Windows color (decimal): -851798 or 11141363. OLE color: 11141363.
HSL color Cylindrical-coordinate representation of color #F300AA: hue angle of 318.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300AA is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.30 | 0.05 |
| HSL | 318.02º | 1% | 0.48% | - |
| HSV(B) | 318.02º | 1% | 0.95% | - |
| XYZ | 44.22 | 21.96 | 39.94 | - |
| YUV | 92.04 | 172.01 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 170 | 0 | 1 | 0.30 | 0.05 | 318.02 | 1 | 0.48 |
| Hex | F3 | 0 | AA | 0 | 64 | 1E | 5 | 13E | 64 | 30 |
| Octal | 363 | 0 | 252 | 0 | 144 | 36 | 5 | 476 | 144 | 60 |
| Binary | 11110011 | 0 | 10101010 | 0 | 1100100 | 11110 | 101 | 100111110 | 1100100 | 110000 |
Color Harmonies of #F300AA
Complementary color
Monochromatic Colors of #F300AA
Black with #F300AA
Text Example
Text Example
White with #F300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300AA; }
p { color: rgb(243,0,170); }
H1.HeaderClassName
{
color: #F300AA;
}
.AnyTagClassName
{
color: #F300AA;
}
</style>
background-color css
<style>
a { background-color: #F300AA; }
a { background-color: rgb(243,0,170); }
div.DivClassName
{
background-color: #F300AA;
}
.BgClassName
{
background-color: #F300AA;
}
</style>
border-color css
<style>
span { border-color: #F300AA; }
span { border-color: rgb(243,0,170); }
td.TdClassName
{
border-color: #F300AA;
}
.TagClassName
{
border-color: #F300AA;
}
</style>