Shades of Hollywood Cerise #F303AC
Tints of Hollywood Cerise #F303AC
RGB
CMYK
RGB Variations
Color information
#F303AC (or 0xF303AC) is known color: Hollywood Cerise. HEX triplet: F3, 03 and AC. RGB value is (243,3,172). Sum of RGB (Red+Green+Blue) = 243+3+172=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F303AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F303AC is #0CFC53. Grayscale: #5D5D5D. Windows color (decimal): -851028 or 11273203. OLE color: 11273203.
HSL color Cylindrical-coordinate representation of color #F303AC: hue angle of 317.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303AC is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.05 |
| HSL | 317.75º | 0.98% | 0.48% | - |
| HSV(B) | 317.75º | 0.99% | 0.95% | - |
| XYZ | 44.44 | 22.1 | 40.95 | - |
| YUV | 94.03 | 172.01 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 172 | 0 | 0.99 | 0.29 | 0.05 | 317.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | AC | 0 | 63 | 1D | 5 | 13E | 62 | 30 |
| Octal | 363 | 3 | 254 | 0 | 143 | 35 | 5 | 476 | 142 | 60 |
| Binary | 11110011 | 11 | 10101100 | 0 | 1100011 | 11101 | 101 | 100111110 | 1100010 | 110000 |
Color Harmonies of #F303AC
Complementary color
Monochromatic Colors of #F303AC
Black with #F303AC
Text Example
Text Example
White with #F303AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303AC; }
p { color: rgb(243,3,172); }
H1.HeaderClassName
{
color: #F303AC;
}
.AnyTagClassName
{
color: #F303AC;
}
</style>
background-color css
<style>
a { background-color: #F303AC; }
a { background-color: rgb(243,3,172); }
div.DivClassName
{
background-color: #F303AC;
}
.BgClassName
{
background-color: #F303AC;
}
</style>
border-color css
<style>
span { border-color: #F303AC; }
span { border-color: rgb(243,3,172); }
td.TdClassName
{
border-color: #F303AC;
}
.TagClassName
{
border-color: #F303AC;
}
</style>