Shades of Hollywood Cerise #FF07AF
Tints of Hollywood Cerise #FF07AF
RGB
CMYK
RGB Variations
Color information
#FF07AF (or 0xFF07AF) is known color: Hollywood Cerise. HEX triplet: FF, 07 and AF. RGB value is (255,7,175). Sum of RGB (Red+Green+Blue) = 255+7+175=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07AF is #00F850. Grayscale: #636363. Windows color (decimal): -63569 or 11470847. OLE color: 11470847.
HSL color Cylindrical-coordinate representation of color #FF07AF: hue angle of 319.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07AF is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.31 | 0 |
| HSL | 319.35º | 1% | 0.51% | - |
| HSV(B) | 319.35º | 0.97% | 1% | - |
| XYZ | 49.05 | 24.51 | 42.7 | - |
| YUV | 100.3 | 170.16 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 175 | 0 | 0.97 | 0.31 | 0 | 319.35 | 1 | 0.51 |
| Hex | FF | 7 | AF | 0 | 61 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 7 | 257 | 0 | 141 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 111 | 10101111 | 0 | 1100001 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF07AF
Complementary color
Monochromatic Colors of #FF07AF
Black with #FF07AF
Text Example
Text Example
White with #FF07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07AF; }
p { color: rgb(255,7,175); }
H1.HeaderClassName
{
color: #FF07AF;
}
.AnyTagClassName
{
color: #FF07AF;
}
</style>
background-color css
<style>
a { background-color: #FF07AF; }
a { background-color: rgb(255,7,175); }
div.DivClassName
{
background-color: #FF07AF;
}
.BgClassName
{
background-color: #FF07AF;
}
</style>
border-color css
<style>
span { border-color: #FF07AF; }
span { border-color: rgb(255,7,175); }
td.TdClassName
{
border-color: #FF07AF;
}
.TagClassName
{
border-color: #FF07AF;
}
</style>