Shades of Hollywood Cerise #FF06AF
Tints of Hollywood Cerise #FF06AF
RGB
CMYK
RGB Variations
Color information
#FF06AF (or 0xFF06AF) is known color: Hollywood Cerise. HEX triplet: FF, 06 and AF. RGB value is (255,6,175). Sum of RGB (Red+Green+Blue) = 255+6+175=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF06AF is #00F950. Grayscale: #636363. Windows color (decimal): -63825 or 11470591. OLE color: 11470591.
HSL color Cylindrical-coordinate representation of color #FF06AF: hue angle of 319.28º 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 #FF06AF is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 175 | - |
| CMYK | 0 | 0.98 | 0.31 | 0 |
| HSL | 319.28º | 1% | 0.51% | - |
| HSV(B) | 319.28º | 0.98% | 1% | - |
| XYZ | 49.04 | 24.49 | 42.7 | - |
| YUV | 99.72 | 170.49 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 175 | 0 | 0.98 | 0.31 | 0 | 319.28 | 1 | 0.51 |
| Hex | FF | 6 | AF | 0 | 62 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 6 | 257 | 0 | 142 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 110 | 10101111 | 0 | 1100010 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF06AF
Complementary color
Monochromatic Colors of #FF06AF
Black with #FF06AF
Text Example
Text Example
White with #FF06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06AF; }
p { color: rgb(255,6,175); }
H1.HeaderClassName
{
color: #FF06AF;
}
.AnyTagClassName
{
color: #FF06AF;
}
</style>
background-color css
<style>
a { background-color: #FF06AF; }
a { background-color: rgb(255,6,175); }
div.DivClassName
{
background-color: #FF06AF;
}
.BgClassName
{
background-color: #FF06AF;
}
</style>
border-color css
<style>
span { border-color: #FF06AF; }
span { border-color: rgb(255,6,175); }
td.TdClassName
{
border-color: #FF06AF;
}
.TagClassName
{
border-color: #FF06AF;
}
</style>