Shades of Hollywood Cerise #F302A8
Tints of Hollywood Cerise #F302A8
RGB
CMYK
RGB Variations
Color information
#F302A8 (or 0xF302A8) is known color: Hollywood Cerise. HEX triplet: F3, 02 and A8. RGB value is (243,2,168). Sum of RGB (Red+Green+Blue) = 243+2+168=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F302A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F302A8 is #0CFD57. Grayscale: #5C5C5C. Windows color (decimal): -851288 or 11010803. OLE color: 11010803.
HSL color Cylindrical-coordinate representation of color #F302A8: hue angle of 318.67º 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 #F302A8 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.05 |
| HSL | 318.67º | 0.98% | 0.48% | - |
| HSV(B) | 318.67º | 0.99% | 0.95% | - |
| XYZ | 44.05 | 21.93 | 38.96 | - |
| YUV | 92.98 | 170.34 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 168 | 0 | 0.99 | 0.31 | 0.05 | 318.67 | 0.98 | 0.48 |
| Hex | F3 | 2 | A8 | 0 | 63 | 1F | 5 | 13F | 62 | 30 |
| Octal | 363 | 2 | 250 | 0 | 143 | 37 | 5 | 477 | 142 | 60 |
| Binary | 11110011 | 10 | 10101000 | 0 | 1100011 | 11111 | 101 | 100111111 | 1100010 | 110000 |
Color Harmonies of #F302A8
Complementary color
Monochromatic Colors of #F302A8
Black with #F302A8
Text Example
Text Example
White with #F302A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302A8; }
p { color: rgb(243,2,168); }
H1.HeaderClassName
{
color: #F302A8;
}
.AnyTagClassName
{
color: #F302A8;
}
</style>
background-color css
<style>
a { background-color: #F302A8; }
a { background-color: rgb(243,2,168); }
div.DivClassName
{
background-color: #F302A8;
}
.BgClassName
{
background-color: #F302A8;
}
</style>
border-color css
<style>
span { border-color: #F302A8; }
span { border-color: rgb(243,2,168); }
td.TdClassName
{
border-color: #F302A8;
}
.TagClassName
{
border-color: #F302A8;
}
</style>