Shades of Hollywood Cerise #F805A3
Tints of Hollywood Cerise #F805A3
RGB
CMYK
RGB Variations
Color information
#F805A3 (or 0xF805A3) is known color: Hollywood Cerise. HEX triplet: F8, 05 and A3. RGB value is (248,5,163). Sum of RGB (Red+Green+Blue) = 248+5+163=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F805A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805A3 is #07FA5C. Grayscale: #5F5F5F. Windows color (decimal): -522845 or 10683896. OLE color: 10683896.
HSL color Cylindrical-coordinate representation of color #F805A3: hue angle of 320.99º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805A3 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 163 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.03 |
| HSL | 320.99º | 0.96% | 0.5% | - |
| HSV(B) | 320.99º | 0.98% | 0.97% | - |
| XYZ | 45.38 | 22.71 | 36.64 | - |
| YUV | 95.67 | 166.01 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 163 | 0 | 0.98 | 0.34 | 0.03 | 320.99 | 0.96 | 0.5 |
| Hex | F8 | 5 | A3 | 0 | 62 | 22 | 3 | 141 | 60 | 32 |
| Octal | 370 | 5 | 243 | 0 | 142 | 42 | 3 | 501 | 140 | 62 |
| Binary | 11111000 | 101 | 10100011 | 0 | 1100010 | 100010 | 11 | 101000001 | 1100000 | 110010 |
Color Harmonies of #F805A3
Complementary color
Monochromatic Colors of #F805A3
Black with #F805A3
Text Example
Text Example
White with #F805A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805A3; }
p { color: rgb(248,5,163); }
H1.HeaderClassName
{
color: #F805A3;
}
.AnyTagClassName
{
color: #F805A3;
}
</style>
background-color css
<style>
a { background-color: #F805A3; }
a { background-color: rgb(248,5,163); }
div.DivClassName
{
background-color: #F805A3;
}
.BgClassName
{
background-color: #F805A3;
}
</style>
border-color css
<style>
span { border-color: #F805A3; }
span { border-color: rgb(248,5,163); }
td.TdClassName
{
border-color: #F805A3;
}
.TagClassName
{
border-color: #F805A3;
}
</style>