Shades of Brilliant Rose #FE5FA2
Tints of Brilliant Rose #FE5FA2
RGB
CMYK
RGB Variations
Color information
#FE5FA2 (or 0xFE5FA2) is known color: Brilliant Rose. HEX triplet: FE, 5F and A2. RGB value is (254,95,162). Sum of RGB (Red+Green+Blue) = 254+95+162=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FA2 is #01A05D. Grayscale: #969696. Windows color (decimal): -106590 or 10641406. OLE color: 10641406.
HSL color Cylindrical-coordinate representation of color #FE5FA2: hue angle of 334.72º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FA2 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 162 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.00 |
| HSL | 334.72º | 0.99% | 0.68% | - |
| HSV(B) | 334.72º | 0.63% | 1% | - |
| XYZ | 51.49 | 31.86 | 37.62 | - |
| YUV | 150.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 162 | 0 | 0.63 | 0.36 | 0.00 | 334.72 | 0.99 | 0.68 |
| Hex | FE | 5F | A2 | 0 | 3F | 24 | 0 | 14F | 63 | 44 |
| Octal | 376 | 137 | 242 | 0 | 77 | 44 | 0 | 517 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10100010 | 0 | 111111 | 100100 | 0 | 101001111 | 1100011 | 1000100 |
Color Harmonies of #FE5FA2
Complementary color
Monochromatic Colors of #FE5FA2
Black with #FE5FA2
Text Example
Text Example
White with #FE5FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FA2; }
p { color: rgb(254,95,162); }
H1.HeaderClassName
{
color: #FE5FA2;
}
.AnyTagClassName
{
color: #FE5FA2;
}
</style>
background-color css
<style>
a { background-color: #FE5FA2; }
a { background-color: rgb(254,95,162); }
div.DivClassName
{
background-color: #FE5FA2;
}
.BgClassName
{
background-color: #FE5FA2;
}
</style>
border-color css
<style>
span { border-color: #FE5FA2; }
span { border-color: rgb(254,95,162); }
td.TdClassName
{
border-color: #FE5FA2;
}
.TagClassName
{
border-color: #FE5FA2;
}
</style>