Shades of Hollywood Cerise #FF09AC
Tints of Hollywood Cerise #FF09AC
RGB
CMYK
RGB Variations
Color information
#FF09AC (or 0xFF09AC) is known color: Hollywood Cerise. HEX triplet: FF, 09 and AC. RGB value is (255,9,172). Sum of RGB (Red+Green+Blue) = 255+9+172=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09AC is #00F653. Grayscale: #646464. Windows color (decimal): -63060 or 11274751. OLE color: 11274751.
HSL color Cylindrical-coordinate representation of color #FF09AC: hue angle of 320.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09AC is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.33 | 0 |
| HSL | 320.24º | 1% | 0.52% | - |
| HSV(B) | 320.24º | 0.96% | 1% | - |
| XYZ | 48.78 | 24.43 | 41.17 | - |
| YUV | 101.14 | 168 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 172 | 0 | 0.96 | 0.33 | 0 | 320.24 | 1 | 0.52 |
| Hex | FF | 9 | AC | 0 | 60 | 21 | 0 | 140 | 64 | 34 |
| Octal | 377 | 11 | 254 | 0 | 140 | 41 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1001 | 10101100 | 0 | 1100000 | 100001 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF09AC
Complementary color
Monochromatic Colors of #FF09AC
Black with #FF09AC
Text Example
Text Example
White with #FF09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09AC; }
p { color: rgb(255,9,172); }
H1.HeaderClassName
{
color: #FF09AC;
}
.AnyTagClassName
{
color: #FF09AC;
}
</style>
background-color css
<style>
a { background-color: #FF09AC; }
a { background-color: rgb(255,9,172); }
div.DivClassName
{
background-color: #FF09AC;
}
.BgClassName
{
background-color: #FF09AC;
}
</style>
border-color css
<style>
span { border-color: #FF09AC; }
span { border-color: rgb(255,9,172); }
td.TdClassName
{
border-color: #FF09AC;
}
.TagClassName
{
border-color: #FF09AC;
}
</style>