Shades of Hollywood Cerise #F803AB
Tints of Hollywood Cerise #F803AB
RGB
CMYK
RGB Variations
Color information
#F803AB (or 0xF803AB) is known color: Hollywood Cerise. HEX triplet: F8, 03 and AB. RGB value is (248,3,171). Sum of RGB (Red+Green+Blue) = 248+3+171=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F803AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F803AB is #07FC54. Grayscale: #5E5E5E. Windows color (decimal): -523349 or 11207672. OLE color: 11207672.
HSL color Cylindrical-coordinate representation of color #F803AB: hue angle of 318.86º 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 #F803AB is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.03 |
| HSL | 318.86º | 0.98% | 0.49% | - |
| HSV(B) | 318.86º | 0.99% | 0.97% | - |
| XYZ | 46.09 | 22.96 | 40.53 | - |
| YUV | 95.41 | 170.67 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 171 | 0 | 0.99 | 0.31 | 0.03 | 318.86 | 0.98 | 0.49 |
| Hex | F8 | 3 | AB | 0 | 63 | 1F | 3 | 13F | 62 | 31 |
| Octal | 370 | 3 | 253 | 0 | 143 | 37 | 3 | 477 | 142 | 61 |
| Binary | 11111000 | 11 | 10101011 | 0 | 1100011 | 11111 | 11 | 100111111 | 1100010 | 110001 |
Color Harmonies of #F803AB
Complementary color
Monochromatic Colors of #F803AB
Black with #F803AB
Text Example
Text Example
White with #F803AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803AB; }
p { color: rgb(248,3,171); }
H1.HeaderClassName
{
color: #F803AB;
}
.AnyTagClassName
{
color: #F803AB;
}
</style>
background-color css
<style>
a { background-color: #F803AB; }
a { background-color: rgb(248,3,171); }
div.DivClassName
{
background-color: #F803AB;
}
.BgClassName
{
background-color: #F803AB;
}
</style>
border-color css
<style>
span { border-color: #F803AB; }
span { border-color: rgb(248,3,171); }
td.TdClassName
{
border-color: #F803AB;
}
.TagClassName
{
border-color: #F803AB;
}
</style>