Shades of Hollywood Cerise #F803A6
Tints of Hollywood Cerise #F803A6
RGB
CMYK
RGB Variations
Color information
#F803A6 (or 0xF803A6) is known color: Hollywood Cerise. HEX triplet: F8, 03 and A6. RGB value is (248,3,166). Sum of RGB (Red+Green+Blue) = 248+3+166=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F803A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F803A6 is #07FC59. Grayscale: #5E5E5E. Windows color (decimal): -523354 or 10879992. OLE color: 10879992.
HSL color Cylindrical-coordinate representation of color #F803A6: hue angle of 320.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803A6 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.03 |
| HSL | 320.08º | 0.98% | 0.49% | - |
| HSV(B) | 320.08º | 0.99% | 0.97% | - |
| XYZ | 45.63 | 22.77 | 38.07 | - |
| YUV | 94.84 | 168.17 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 166 | 0 | 0.99 | 0.33 | 0.03 | 320.08 | 0.98 | 0.49 |
| Hex | F8 | 3 | A6 | 0 | 63 | 21 | 3 | 140 | 62 | 31 |
| Octal | 370 | 3 | 246 | 0 | 143 | 41 | 3 | 500 | 142 | 61 |
| Binary | 11111000 | 11 | 10100110 | 0 | 1100011 | 100001 | 11 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F803A6
Complementary color
Monochromatic Colors of #F803A6
Black with #F803A6
Text Example
Text Example
White with #F803A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803A6; }
p { color: rgb(248,3,166); }
H1.HeaderClassName
{
color: #F803A6;
}
.AnyTagClassName
{
color: #F803A6;
}
</style>
background-color css
<style>
a { background-color: #F803A6; }
a { background-color: rgb(248,3,166); }
div.DivClassName
{
background-color: #F803A6;
}
.BgClassName
{
background-color: #F803A6;
}
</style>
border-color css
<style>
span { border-color: #F803A6; }
span { border-color: rgb(248,3,166); }
td.TdClassName
{
border-color: #F803A6;
}
.TagClassName
{
border-color: #F803A6;
}
</style>