Shades of Brilliant Rose #FE60A1
Tints of Brilliant Rose #FE60A1
RGB
CMYK
RGB Variations
Color information
#FE60A1 (or 0xFE60A1) is known color: Brilliant Rose. HEX triplet: FE, 60 and A1. RGB value is (254,96,161). Sum of RGB (Red+Green+Blue) = 254+96+161=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60A1 is #019F5E. Grayscale: #969696. Windows color (decimal): -106335 or 10576126. OLE color: 10576126.
HSL color Cylindrical-coordinate representation of color #FE60A1: hue angle of 335.32º 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 #FE60A1 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 161 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.00 |
| HSL | 335.32º | 0.99% | 0.69% | - |
| HSV(B) | 335.32º | 0.62% | 1% | - |
| XYZ | 51.49 | 32.01 | 37.18 | - |
| YUV | 150.65 | 133.85 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 161 | 0 | 0.62 | 0.37 | 0.00 | 335.32 | 0.99 | 0.69 |
| Hex | FE | 60 | A1 | 0 | 3E | 25 | 0 | 14F | 63 | 45 |
| Octal | 376 | 140 | 241 | 0 | 76 | 45 | 0 | 517 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10100001 | 0 | 111110 | 100101 | 0 | 101001111 | 1100011 | 1000101 |
Color Harmonies of #FE60A1
Complementary color
Monochromatic Colors of #FE60A1
Black with #FE60A1
Text Example
Text Example
White with #FE60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60A1; }
p { color: rgb(254,96,161); }
H1.HeaderClassName
{
color: #FE60A1;
}
.AnyTagClassName
{
color: #FE60A1;
}
</style>
background-color css
<style>
a { background-color: #FE60A1; }
a { background-color: rgb(254,96,161); }
div.DivClassName
{
background-color: #FE60A1;
}
.BgClassName
{
background-color: #FE60A1;
}
</style>
border-color css
<style>
span { border-color: #FE60A1; }
span { border-color: rgb(254,96,161); }
td.TdClassName
{
border-color: #FE60A1;
}
.TagClassName
{
border-color: #FE60A1;
}
</style>