Shades of Hollywood Cerise #F603A3
Tints of Hollywood Cerise #F603A3
RGB
CMYK
RGB Variations
Color information
#F603A3 (or 0xF603A3) is known color: Hollywood Cerise. HEX triplet: F6, 03 and A3. RGB value is (246,3,163). Sum of RGB (Red+Green+Blue) = 246+3+163=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F603A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F603A3 is #09FC5C. Grayscale: #5D5D5D. Windows color (decimal): -654429 or 10683382. OLE color: 10683382.
HSL color Cylindrical-coordinate representation of color #F603A3: hue angle of 320.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603A3 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 163 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.04 |
| HSL | 320.49º | 0.98% | 0.49% | - |
| HSV(B) | 320.49º | 0.99% | 0.96% | - |
| XYZ | 44.65 | 22.3 | 36.6 | - |
| YUV | 93.9 | 167.01 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 163 | 0 | 0.99 | 0.34 | 0.04 | 320.49 | 0.98 | 0.49 |
| Hex | F6 | 3 | A3 | 0 | 63 | 22 | 4 | 140 | 62 | 31 |
| Octal | 366 | 3 | 243 | 0 | 143 | 42 | 4 | 500 | 142 | 61 |
| Binary | 11110110 | 11 | 10100011 | 0 | 1100011 | 100010 | 100 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F603A3
Complementary color
Monochromatic Colors of #F603A3
Black with #F603A3
Text Example
Text Example
White with #F603A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603A3; }
p { color: rgb(246,3,163); }
H1.HeaderClassName
{
color: #F603A3;
}
.AnyTagClassName
{
color: #F603A3;
}
</style>
background-color css
<style>
a { background-color: #F603A3; }
a { background-color: rgb(246,3,163); }
div.DivClassName
{
background-color: #F603A3;
}
.BgClassName
{
background-color: #F603A3;
}
</style>
border-color css
<style>
span { border-color: #F603A3; }
span { border-color: rgb(246,3,163); }
td.TdClassName
{
border-color: #F603A3;
}
.TagClassName
{
border-color: #F603A3;
}
</style>