Shades of Hollywood Cerise #F30AAF
Tints of Hollywood Cerise #F30AAF
RGB
CMYK
RGB Variations
Color information
#F30AAF (or 0xF30AAF) is known color: Hollywood Cerise. HEX triplet: F3, 0A and AF. RGB value is (243,10,175). Sum of RGB (Red+Green+Blue) = 243+10+175=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30AAF is #0CF550. Grayscale: #626262. Windows color (decimal): -849233 or 11471603. OLE color: 11471603.
HSL color Cylindrical-coordinate representation of color #F30AAF: hue angle of 317.51º 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 #F30AAF is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.05 |
| HSL | 317.51º | 0.92% | 0.5% | - |
| HSV(B) | 317.51º | 0.96% | 0.95% | - |
| XYZ | 44.81 | 22.37 | 42.51 | - |
| YUV | 98.48 | 171.19 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 175 | 0 | 0.96 | 0.28 | 0.05 | 317.51 | 0.92 | 0.5 |
| Hex | F3 | A | AF | 0 | 60 | 1C | 5 | 13E | 5C | 32 |
| Octal | 363 | 12 | 257 | 0 | 140 | 34 | 5 | 476 | 134 | 62 |
| Binary | 11110011 | 1010 | 10101111 | 0 | 1100000 | 11100 | 101 | 100111110 | 1011100 | 110010 |
Color Harmonies of #F30AAF
Complementary color
Monochromatic Colors of #F30AAF
Black with #F30AAF
Text Example
Text Example
White with #F30AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AAF; }
p { color: rgb(243,10,175); }
H1.HeaderClassName
{
color: #F30AAF;
}
.AnyTagClassName
{
color: #F30AAF;
}
</style>
background-color css
<style>
a { background-color: #F30AAF; }
a { background-color: rgb(243,10,175); }
div.DivClassName
{
background-color: #F30AAF;
}
.BgClassName
{
background-color: #F30AAF;
}
</style>
border-color css
<style>
span { border-color: #F30AAF; }
span { border-color: rgb(243,10,175); }
td.TdClassName
{
border-color: #F30AAF;
}
.TagClassName
{
border-color: #F30AAF;
}
</style>