Shades of Hollywood Cerise #FE07A5
Tints of Hollywood Cerise #FE07A5
RGB
CMYK
RGB Variations
Color information
#FE07A5 (or 0xFE07A5) is known color: Hollywood Cerise. HEX triplet: FE, 07 and A5. RGB value is (254,7,165). Sum of RGB (Red+Green+Blue) = 254+7+165=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A5 is #01F85A. Grayscale: #626262. Windows color (decimal): -129115 or 10815486. OLE color: 10815486.
HSL color Cylindrical-coordinate representation of color #FE07A5: hue angle of 321.62º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07A5 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 165 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.00 |
| HSL | 321.62º | 0.99% | 0.51% | - |
| HSV(B) | 321.62º | 0.97% | 1% | - |
| XYZ | 47.74 | 23.94 | 37.7 | - |
| YUV | 98.87 | 165.33 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 165 | 0 | 0.97 | 0.35 | 0.00 | 321.62 | 0.99 | 0.51 |
| Hex | FE | 7 | A5 | 0 | 61 | 23 | 0 | 142 | 63 | 33 |
| Octal | 376 | 7 | 245 | 0 | 141 | 43 | 0 | 502 | 143 | 63 |
| Binary | 11111110 | 111 | 10100101 | 0 | 1100001 | 100011 | 0 | 101000010 | 1100011 | 110011 |
Color Harmonies of #FE07A5
Complementary color
Monochromatic Colors of #FE07A5
Black with #FE07A5
Text Example
Text Example
White with #FE07A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07A5; }
p { color: rgb(254,7,165); }
H1.HeaderClassName
{
color: #FE07A5;
}
.AnyTagClassName
{
color: #FE07A5;
}
</style>
background-color css
<style>
a { background-color: #FE07A5; }
a { background-color: rgb(254,7,165); }
div.DivClassName
{
background-color: #FE07A5;
}
.BgClassName
{
background-color: #FE07A5;
}
</style>
border-color css
<style>
span { border-color: #FE07A5; }
span { border-color: rgb(254,7,165); }
td.TdClassName
{
border-color: #FE07A5;
}
.TagClassName
{
border-color: #FE07A5;
}
</style>