Shades of Hollywood Cerise #F30AAA
Tints of Hollywood Cerise #F30AAA
RGB
CMYK
RGB Variations
Color information
#F30AAA (or 0xF30AAA) is known color: Hollywood Cerise. HEX triplet: F3, 0A and AA. RGB value is (243,10,170). Sum of RGB (Red+Green+Blue) = 243+10+170=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30AAA is #0CF555. Grayscale: #616161. Windows color (decimal): -849238 or 11143923. OLE color: 11143923.
HSL color Cylindrical-coordinate representation of color #F30AAA: hue angle of 318.8º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AAA is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.05 |
| HSL | 318.8º | 0.92% | 0.5% | - |
| HSV(B) | 318.8º | 0.96% | 0.95% | - |
| XYZ | 44.33 | 22.17 | 39.97 | - |
| YUV | 97.91 | 168.69 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 170 | 0 | 0.96 | 0.30 | 0.05 | 318.8 | 0.92 | 0.5 |
| Hex | F3 | A | AA | 0 | 60 | 1E | 5 | 13F | 5C | 32 |
| Octal | 363 | 12 | 252 | 0 | 140 | 36 | 5 | 477 | 134 | 62 |
| Binary | 11110011 | 1010 | 10101010 | 0 | 1100000 | 11110 | 101 | 100111111 | 1011100 | 110010 |
Color Harmonies of #F30AAA
Complementary color
Monochromatic Colors of #F30AAA
Black with #F30AAA
Text Example
Text Example
White with #F30AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AAA; }
p { color: rgb(243,10,170); }
H1.HeaderClassName
{
color: #F30AAA;
}
.AnyTagClassName
{
color: #F30AAA;
}
</style>
background-color css
<style>
a { background-color: #F30AAA; }
a { background-color: rgb(243,10,170); }
div.DivClassName
{
background-color: #F30AAA;
}
.BgClassName
{
background-color: #F30AAA;
}
</style>
border-color css
<style>
span { border-color: #F30AAA; }
span { border-color: rgb(243,10,170); }
td.TdClassName
{
border-color: #F30AAA;
}
.TagClassName
{
border-color: #F30AAA;
}
</style>