Shades of Hollywood Cerise #F900AF
Tints of Hollywood Cerise #F900AF
RGB
CMYK
RGB Variations
Color information
#F900AF (or 0xF900AF) is known color: Hollywood Cerise. HEX triplet: F9, 00 and AF. RGB value is (249,0,175). Sum of RGB (Red+Green+Blue) = 249+0+175=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F900AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900AF is #06FF50. Grayscale: #5D5D5D. Windows color (decimal): -458577 or 11469049. OLE color: 11469049.
HSL color Cylindrical-coordinate representation of color #F900AF: hue angle of 317.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900AF is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.30 | 0.02 |
| HSL | 317.83º | 1% | 0.49% | - |
| HSV(B) | 317.83º | 1% | 0.98% | - |
| XYZ | 46.8 | 23.23 | 42.58 | - |
| YUV | 94.4 | 173.49 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 175 | 0 | 1 | 0.30 | 0.02 | 317.83 | 1 | 0.49 |
| Hex | F9 | 0 | AF | 0 | 64 | 1E | 2 | 13E | 64 | 31 |
| Octal | 371 | 0 | 257 | 0 | 144 | 36 | 2 | 476 | 144 | 61 |
| Binary | 11111001 | 0 | 10101111 | 0 | 1100100 | 11110 | 10 | 100111110 | 1100100 | 110001 |
Color Harmonies of #F900AF
Complementary color
Monochromatic Colors of #F900AF
Black with #F900AF
Text Example
Text Example
White with #F900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900AF; }
p { color: rgb(249,0,175); }
H1.HeaderClassName
{
color: #F900AF;
}
.AnyTagClassName
{
color: #F900AF;
}
</style>
background-color css
<style>
a { background-color: #F900AF; }
a { background-color: rgb(249,0,175); }
div.DivClassName
{
background-color: #F900AF;
}
.BgClassName
{
background-color: #F900AF;
}
</style>
border-color css
<style>
span { border-color: #F900AF; }
span { border-color: rgb(249,0,175); }
td.TdClassName
{
border-color: #F900AF;
}
.TagClassName
{
border-color: #F900AF;
}
</style>