Shades of Brilliant Rose #FE60A0
Tints of Brilliant Rose #FE60A0
RGB
CMYK
RGB Variations
Color information
#FE60A0 (or 0xFE60A0) is known color: Brilliant Rose. HEX triplet: FE, 60 and A0. RGB value is (254,96,160). Sum of RGB (Red+Green+Blue) = 254+96+160=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60A0 is #019F5F. Grayscale: #969696. Windows color (decimal): -106336 or 10510590. OLE color: 10510590.
HSL color Cylindrical-coordinate representation of color #FE60A0: hue angle of 335.7º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60A0 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 160 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.00 |
| HSL | 335.7º | 0.99% | 0.69% | - |
| HSV(B) | 335.7º | 0.62% | 1% | - |
| XYZ | 51.4 | 31.97 | 36.72 | - |
| YUV | 150.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 160 | 0 | 0.62 | 0.37 | 0.00 | 335.7 | 0.99 | 0.69 |
| Hex | FE | 60 | A0 | 0 | 3E | 25 | 0 | 150 | 63 | 45 |
| Octal | 376 | 140 | 240 | 0 | 76 | 45 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10100000 | 0 | 111110 | 100101 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE60A0
Complementary color
Monochromatic Colors of #FE60A0
Black with #FE60A0
Text Example
Text Example
White with #FE60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60A0; }
p { color: rgb(254,96,160); }
H1.HeaderClassName
{
color: #FE60A0;
}
.AnyTagClassName
{
color: #FE60A0;
}
</style>
background-color css
<style>
a { background-color: #FE60A0; }
a { background-color: rgb(254,96,160); }
div.DivClassName
{
background-color: #FE60A0;
}
.BgClassName
{
background-color: #FE60A0;
}
</style>
border-color css
<style>
span { border-color: #FE60A0; }
span { border-color: rgb(254,96,160); }
td.TdClassName
{
border-color: #FE60A0;
}
.TagClassName
{
border-color: #FE60A0;
}
</style>