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