Shades of Hollywood Cerise #F301AC
Tints of Hollywood Cerise #F301AC
RGB
CMYK
RGB Variations
Color information
#F301AC (or 0xF301AC) is known color: Hollywood Cerise. HEX triplet: F3, 01 and AC. RGB value is (243,1,172). Sum of RGB (Red+Green+Blue) = 243+1+172=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F301AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F301AC is #0CFE53. Grayscale: #5C5C5C. Windows color (decimal): -851540 or 11272691. OLE color: 11272691.
HSL color Cylindrical-coordinate representation of color #F301AC: hue angle of 317.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301AC is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.05 |
| HSL | 317.6º | 0.99% | 0.48% | - |
| HSV(B) | 317.6º | 1% | 0.95% | - |
| XYZ | 44.42 | 22.05 | 40.95 | - |
| YUV | 92.85 | 172.67 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 172 | 0 | 1.00 | 0.29 | 0.05 | 317.6 | 0.99 | 0.48 |
| Hex | F3 | 1 | AC | 0 | 64 | 1D | 5 | 13E | 63 | 30 |
| Octal | 363 | 1 | 254 | 0 | 144 | 35 | 5 | 476 | 143 | 60 |
| Binary | 11110011 | 1 | 10101100 | 0 | 1100100 | 11101 | 101 | 100111110 | 1100011 | 110000 |
Color Harmonies of #F301AC
Complementary color
Monochromatic Colors of #F301AC
Black with #F301AC
Text Example
Text Example
White with #F301AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301AC; }
p { color: rgb(243,1,172); }
H1.HeaderClassName
{
color: #F301AC;
}
.AnyTagClassName
{
color: #F301AC;
}
</style>
background-color css
<style>
a { background-color: #F301AC; }
a { background-color: rgb(243,1,172); }
div.DivClassName
{
background-color: #F301AC;
}
.BgClassName
{
background-color: #F301AC;
}
</style>
border-color css
<style>
span { border-color: #F301AC; }
span { border-color: rgb(243,1,172); }
td.TdClassName
{
border-color: #F301AC;
}
.TagClassName
{
border-color: #F301AC;
}
</style>