Shades of Hollywood Cerise #F30FAA
Tints of Hollywood Cerise #F30FAA
RGB
CMYK
RGB Variations
Color information
#F30FAA (or 0xF30FAA) is known color: Hollywood Cerise. HEX triplet: F3, 0F and AA. RGB value is (243,15,170). Sum of RGB (Red+Green+Blue) = 243+15+170=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30FAA is #0CF055. Grayscale: #646464. Windows color (decimal): -847958 or 11145203. OLE color: 11145203.
HSL color Cylindrical-coordinate representation of color #F30FAA: hue angle of 319.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FAA is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 170 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.05 |
| HSL | 319.21º | 0.9% | 0.51% | - |
| HSV(B) | 319.21º | 0.94% | 0.95% | - |
| XYZ | 44.39 | 22.3 | 39.99 | - |
| YUV | 100.84 | 167.04 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 170 | 0 | 0.94 | 0.30 | 0.05 | 319.21 | 0.9 | 0.51 |
| Hex | F3 | F | AA | 0 | 5E | 1E | 5 | 13F | 5A | 33 |
| Octal | 363 | 17 | 252 | 0 | 136 | 36 | 5 | 477 | 132 | 63 |
| Binary | 11110011 | 1111 | 10101010 | 0 | 1011110 | 11110 | 101 | 100111111 | 1011010 | 110011 |
Color Harmonies of #F30FAA
Complementary color
Monochromatic Colors of #F30FAA
Black with #F30FAA
Text Example
Text Example
White with #F30FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FAA; }
p { color: rgb(243,15,170); }
H1.HeaderClassName
{
color: #F30FAA;
}
.AnyTagClassName
{
color: #F30FAA;
}
</style>
background-color css
<style>
a { background-color: #F30FAA; }
a { background-color: rgb(243,15,170); }
div.DivClassName
{
background-color: #F30FAA;
}
.BgClassName
{
background-color: #F30FAA;
}
</style>
border-color css
<style>
span { border-color: #F30FAA; }
span { border-color: rgb(243,15,170); }
td.TdClassName
{
border-color: #F30FAA;
}
.TagClassName
{
border-color: #F30FAA;
}
</style>