Shades of Hollywood Cerise #FF069F
Tints of Hollywood Cerise #FF069F
RGB
CMYK
RGB Variations
Color information
#FF069F (or 0xFF069F) is known color: Hollywood Cerise. HEX triplet: FF, 06 and 9F. RGB value is (255,6,159). Sum of RGB (Red+Green+Blue) = 255+6+159=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF069F is #00F960. Grayscale: #616161. Windows color (decimal): -63841 or 10422015. OLE color: 10422015.
HSL color Cylindrical-coordinate representation of color #FF069F: hue angle of 323.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF069F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 159 | - |
| CMYK | 0 | 0.98 | 0.38 | 0 |
| HSL | 323.13º | 1% | 0.51% | - |
| HSV(B) | 323.13º | 0.98% | 1% | - |
| XYZ | 47.56 | 23.89 | 34.91 | - |
| YUV | 97.89 | 162.49 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 159 | 0 | 0.98 | 0.38 | 0 | 323.13 | 1 | 0.51 |
| Hex | FF | 6 | 9F | 0 | 62 | 26 | 0 | 143 | 64 | 33 |
| Octal | 377 | 6 | 237 | 0 | 142 | 46 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 110 | 10011111 | 0 | 1100010 | 100110 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF069F
Complementary color
Monochromatic Colors of #FF069F
Black with #FF069F
Text Example
Text Example
White with #FF069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF069F; }
p { color: rgb(255,6,159); }
H1.HeaderClassName
{
color: #FF069F;
}
.AnyTagClassName
{
color: #FF069F;
}
</style>
background-color css
<style>
a { background-color: #FF069F; }
a { background-color: rgb(255,6,159); }
div.DivClassName
{
background-color: #FF069F;
}
.BgClassName
{
background-color: #FF069F;
}
</style>
border-color css
<style>
span { border-color: #FF069F; }
span { border-color: rgb(255,6,159); }
td.TdClassName
{
border-color: #FF069F;
}
.TagClassName
{
border-color: #FF069F;
}
</style>