Shades of Brilliant Rose #FE60A6
Tints of Brilliant Rose #FE60A6
RGB
CMYK
RGB Variations
Color information
#FE60A6 (or 0xFE60A6) is known color: Brilliant Rose. HEX triplet: FE, 60 and A6. RGB value is (254,96,166). Sum of RGB (Red+Green+Blue) = 254+96+166=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60A6 is #019F59. Grayscale: #979797. Windows color (decimal): -106330 or 10903806. OLE color: 10903806.
HSL color Cylindrical-coordinate representation of color #FE60A6: hue angle of 333.42º 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 #FE60A6 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 166 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.00 |
| HSL | 333.42º | 0.99% | 0.69% | - |
| HSV(B) | 333.42º | 0.62% | 1% | - |
| XYZ | 51.94 | 32.19 | 39.55 | - |
| YUV | 151.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 166 | 0 | 0.62 | 0.35 | 0.00 | 333.42 | 0.99 | 0.69 |
| Hex | FE | 60 | A6 | 0 | 3E | 23 | 0 | 14D | 63 | 45 |
| Octal | 376 | 140 | 246 | 0 | 76 | 43 | 0 | 515 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10100110 | 0 | 111110 | 100011 | 0 | 101001101 | 1100011 | 1000101 |
Color Harmonies of #FE60A6
Complementary color
Monochromatic Colors of #FE60A6
Black with #FE60A6
Text Example
Text Example
White with #FE60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60A6; }
p { color: rgb(254,96,166); }
H1.HeaderClassName
{
color: #FE60A6;
}
.AnyTagClassName
{
color: #FE60A6;
}
</style>
background-color css
<style>
a { background-color: #FE60A6; }
a { background-color: rgb(254,96,166); }
div.DivClassName
{
background-color: #FE60A6;
}
.BgClassName
{
background-color: #FE60A6;
}
</style>
border-color css
<style>
span { border-color: #FE60A6; }
span { border-color: rgb(254,96,166); }
td.TdClassName
{
border-color: #FE60A6;
}
.TagClassName
{
border-color: #FE60A6;
}
</style>