Shades of Hollywood Cerise #F908AF
Tints of Hollywood Cerise #F908AF
RGB
CMYK
RGB Variations
Color information
#F908AF (or 0xF908AF) is known color: Hollywood Cerise. HEX triplet: F9, 08 and AF. RGB value is (249,8,175). Sum of RGB (Red+Green+Blue) = 249+8+175=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F908AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F908AF is #06F750. Grayscale: #626262. Windows color (decimal): -456529 or 11471097. OLE color: 11471097.
HSL color Cylindrical-coordinate representation of color #F908AF: hue angle of 318.42º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908AF is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.02 |
| HSL | 318.42º | 0.95% | 0.5% | - |
| HSV(B) | 318.42º | 0.97% | 0.98% | - |
| XYZ | 46.89 | 23.41 | 42.6 | - |
| YUV | 99.1 | 170.84 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 175 | 0 | 0.97 | 0.30 | 0.02 | 318.42 | 0.95 | 0.5 |
| Hex | F9 | 8 | AF | 0 | 61 | 1E | 2 | 13E | 5F | 32 |
| Octal | 371 | 10 | 257 | 0 | 141 | 36 | 2 | 476 | 137 | 62 |
| Binary | 11111001 | 1000 | 10101111 | 0 | 1100001 | 11110 | 10 | 100111110 | 1011111 | 110010 |
Color Harmonies of #F908AF
Complementary color
Monochromatic Colors of #F908AF
Black with #F908AF
Text Example
Text Example
White with #F908AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908AF; }
p { color: rgb(249,8,175); }
H1.HeaderClassName
{
color: #F908AF;
}
.AnyTagClassName
{
color: #F908AF;
}
</style>
background-color css
<style>
a { background-color: #F908AF; }
a { background-color: rgb(249,8,175); }
div.DivClassName
{
background-color: #F908AF;
}
.BgClassName
{
background-color: #F908AF;
}
</style>
border-color css
<style>
span { border-color: #F908AF; }
span { border-color: rgb(249,8,175); }
td.TdClassName
{
border-color: #F908AF;
}
.TagClassName
{
border-color: #F908AF;
}
</style>