Shades of Hollywood Cerise #F302AF
Tints of Hollywood Cerise #F302AF
RGB
CMYK
RGB Variations
Color information
#F302AF (or 0xF302AF) is known color: Hollywood Cerise. HEX triplet: F3, 02 and AF. RGB value is (243,2,175). Sum of RGB (Red+Green+Blue) = 243+2+175=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F302AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F302AF is #0CFD50. Grayscale: #5D5D5D. Windows color (decimal): -851281 or 11469555. OLE color: 11469555.
HSL color Cylindrical-coordinate representation of color #F302AF: hue angle of 316.93º 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 #F302AF is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.05 |
| HSL | 316.93º | 0.98% | 0.48% | - |
| HSV(B) | 316.93º | 0.99% | 0.95% | - |
| XYZ | 44.72 | 22.19 | 42.48 | - |
| YUV | 93.78 | 173.84 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 175 | 0 | 0.99 | 0.28 | 0.05 | 316.93 | 0.98 | 0.48 |
| Hex | F3 | 2 | AF | 0 | 63 | 1C | 5 | 13D | 62 | 30 |
| Octal | 363 | 2 | 257 | 0 | 143 | 34 | 5 | 475 | 142 | 60 |
| Binary | 11110011 | 10 | 10101111 | 0 | 1100011 | 11100 | 101 | 100111101 | 1100010 | 110000 |
Color Harmonies of #F302AF
Complementary color
Monochromatic Colors of #F302AF
Black with #F302AF
Text Example
Text Example
White with #F302AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302AF; }
p { color: rgb(243,2,175); }
H1.HeaderClassName
{
color: #F302AF;
}
.AnyTagClassName
{
color: #F302AF;
}
</style>
background-color css
<style>
a { background-color: #F302AF; }
a { background-color: rgb(243,2,175); }
div.DivClassName
{
background-color: #F302AF;
}
.BgClassName
{
background-color: #F302AF;
}
</style>
border-color css
<style>
span { border-color: #F302AF; }
span { border-color: rgb(243,2,175); }
td.TdClassName
{
border-color: #F302AF;
}
.TagClassName
{
border-color: #F302AF;
}
</style>