Shades of Hollywood Cerise #F309A1
Tints of Hollywood Cerise #F309A1
RGB
CMYK
RGB Variations
Color information
#F309A1 (or 0xF309A1) is known color: Hollywood Cerise. HEX triplet: F3, 09 and A1. RGB value is (243,9,161). Sum of RGB (Red+Green+Blue) = 243+9+161=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F309A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F309A1 is #0CF65E. Grayscale: #5F5F5F. Windows color (decimal): -849503 or 10553843. OLE color: 10553843.
HSL color Cylindrical-coordinate representation of color #F309A1: hue angle of 321.03º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309A1 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 161 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.05 |
| HSL | 321.03º | 0.93% | 0.49% | - |
| HSV(B) | 321.03º | 0.96% | 0.95% | - |
| XYZ | 43.49 | 21.82 | 35.64 | - |
| YUV | 96.29 | 164.52 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 161 | 0 | 0.96 | 0.34 | 0.05 | 321.03 | 0.93 | 0.49 |
| Hex | F3 | 9 | A1 | 0 | 60 | 22 | 5 | 141 | 5D | 31 |
| Octal | 363 | 11 | 241 | 0 | 140 | 42 | 5 | 501 | 135 | 61 |
| Binary | 11110011 | 1001 | 10100001 | 0 | 1100000 | 100010 | 101 | 101000001 | 1011101 | 110001 |
Color Harmonies of #F309A1
Complementary color
Monochromatic Colors of #F309A1
Black with #F309A1
Text Example
Text Example
White with #F309A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309A1; }
p { color: rgb(243,9,161); }
H1.HeaderClassName
{
color: #F309A1;
}
.AnyTagClassName
{
color: #F309A1;
}
</style>
background-color css
<style>
a { background-color: #F309A1; }
a { background-color: rgb(243,9,161); }
div.DivClassName
{
background-color: #F309A1;
}
.BgClassName
{
background-color: #F309A1;
}
</style>
border-color css
<style>
span { border-color: #F309A1; }
span { border-color: rgb(243,9,161); }
td.TdClassName
{
border-color: #F309A1;
}
.TagClassName
{
border-color: #F309A1;
}
</style>