Shades of Hollywood Cerise #F303A3
Tints of Hollywood Cerise #F303A3
RGB
CMYK
RGB Variations
Color information
#F303A3 (or 0xF303A3) is known color: Hollywood Cerise. HEX triplet: F3, 03 and A3. RGB value is (243,3,163). Sum of RGB (Red+Green+Blue) = 243+3+163=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F303A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F303A3 is #0CFC5C. Grayscale: #5C5C5C. Windows color (decimal): -851037 or 10683379. OLE color: 10683379.
HSL color Cylindrical-coordinate representation of color #F303A3: hue angle of 320º 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 #F303A3 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 163 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.05 |
| HSL | 320º | 0.98% | 0.48% | - |
| HSV(B) | 320º | 0.99% | 0.95% | - |
| XYZ | 43.61 | 21.76 | 36.55 | - |
| YUV | 93 | 167.51 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 163 | 0 | 0.99 | 0.33 | 0.05 | 320 | 0.98 | 0.48 |
| Hex | F3 | 3 | A3 | 0 | 63 | 21 | 5 | 140 | 62 | 30 |
| Octal | 363 | 3 | 243 | 0 | 143 | 41 | 5 | 500 | 142 | 60 |
| Binary | 11110011 | 11 | 10100011 | 0 | 1100011 | 100001 | 101 | 101000000 | 1100010 | 110000 |
Color Harmonies of #F303A3
Complementary color
Monochromatic Colors of #F303A3
Black with #F303A3
Text Example
Text Example
White with #F303A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303A3; }
p { color: rgb(243,3,163); }
H1.HeaderClassName
{
color: #F303A3;
}
.AnyTagClassName
{
color: #F303A3;
}
</style>
background-color css
<style>
a { background-color: #F303A3; }
a { background-color: rgb(243,3,163); }
div.DivClassName
{
background-color: #F303A3;
}
.BgClassName
{
background-color: #F303A3;
}
</style>
border-color css
<style>
span { border-color: #F303A3; }
span { border-color: rgb(243,3,163); }
td.TdClassName
{
border-color: #F303A3;
}
.TagClassName
{
border-color: #F303A3;
}
</style>