Shades of Brilliant Rose #FE61A2
Tints of Brilliant Rose #FE61A2
RGB
CMYK
RGB Variations
Color information
#FE61A2 (or 0xFE61A2) is known color: Brilliant Rose. HEX triplet: FE, 61 and A2. RGB value is (254,97,162). Sum of RGB (Red+Green+Blue) = 254+97+162=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61A2 is #019E5D. Grayscale: #979797. Windows color (decimal): -106078 or 10641918. OLE color: 10641918.
HSL color Cylindrical-coordinate representation of color #FE61A2: hue angle of 335.16º 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 #FE61A2 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 162 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.00 |
| HSL | 335.16º | 0.99% | 0.69% | - |
| HSV(B) | 335.16º | 0.62% | 1% | - |
| XYZ | 51.67 | 32.23 | 37.68 | - |
| YUV | 151.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 162 | 0 | 0.62 | 0.36 | 0.00 | 335.16 | 0.99 | 0.69 |
| Hex | FE | 61 | A2 | 0 | 3E | 24 | 0 | 14F | 63 | 45 |
| Octal | 376 | 141 | 242 | 0 | 76 | 44 | 0 | 517 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10100010 | 0 | 111110 | 100100 | 0 | 101001111 | 1100011 | 1000101 |
Color Harmonies of #FE61A2
Complementary color
Monochromatic Colors of #FE61A2
Black with #FE61A2
Text Example
Text Example
White with #FE61A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61A2; }
p { color: rgb(254,97,162); }
H1.HeaderClassName
{
color: #FE61A2;
}
.AnyTagClassName
{
color: #FE61A2;
}
</style>
background-color css
<style>
a { background-color: #FE61A2; }
a { background-color: rgb(254,97,162); }
div.DivClassName
{
background-color: #FE61A2;
}
.BgClassName
{
background-color: #FE61A2;
}
</style>
border-color css
<style>
span { border-color: #FE61A2; }
span { border-color: rgb(254,97,162); }
td.TdClassName
{
border-color: #FE61A2;
}
.TagClassName
{
border-color: #FE61A2;
}
</style>