Shades of Hollywood Cerise #F800AC
Tints of Hollywood Cerise #F800AC
RGB
CMYK
RGB Variations
Color information
#F800AC (or 0xF800AC) is known color: Hollywood Cerise. HEX triplet: F8, 00 and AC. RGB value is (248,0,172). Sum of RGB (Red+Green+Blue) = 248+0+172=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F800AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F800AC is #07FF53. Grayscale: #5D5D5D. Windows color (decimal): -524116 or 11272440. OLE color: 11272440.
HSL color Cylindrical-coordinate representation of color #F800AC: hue angle of 318.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800AC is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.31 | 0.03 |
| HSL | 318.39º | 1% | 0.49% | - |
| HSV(B) | 318.39º | 1% | 0.97% | - |
| XYZ | 46.16 | 22.94 | 41.02 | - |
| YUV | 93.76 | 172.16 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 172 | 0 | 1 | 0.31 | 0.03 | 318.39 | 1 | 0.49 |
| Hex | F8 | 0 | AC | 0 | 64 | 1F | 3 | 13E | 64 | 31 |
| Octal | 370 | 0 | 254 | 0 | 144 | 37 | 3 | 476 | 144 | 61 |
| Binary | 11111000 | 0 | 10101100 | 0 | 1100100 | 11111 | 11 | 100111110 | 1100100 | 110001 |
Color Harmonies of #F800AC
Complementary color
Monochromatic Colors of #F800AC
Black with #F800AC
Text Example
Text Example
White with #F800AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800AC; }
p { color: rgb(248,0,172); }
H1.HeaderClassName
{
color: #F800AC;
}
.AnyTagClassName
{
color: #F800AC;
}
</style>
background-color css
<style>
a { background-color: #F800AC; }
a { background-color: rgb(248,0,172); }
div.DivClassName
{
background-color: #F800AC;
}
.BgClassName
{
background-color: #F800AC;
}
</style>
border-color css
<style>
span { border-color: #F800AC; }
span { border-color: rgb(248,0,172); }
td.TdClassName
{
border-color: #F800AC;
}
.TagClassName
{
border-color: #F800AC;
}
</style>