Shades of Brilliant Rose #FE5FA3
Tints of Brilliant Rose #FE5FA3
RGB
CMYK
RGB Variations
Color information
#FE5FA3 (or 0xFE5FA3) is known color: Brilliant Rose. HEX triplet: FE, 5F and A3. RGB value is (254,95,163). Sum of RGB (Red+Green+Blue) = 254+95+163=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FA3 is #01A05C. Grayscale: #969696. Windows color (decimal): -106589 or 10706942. OLE color: 10706942.
HSL color Cylindrical-coordinate representation of color #FE5FA3: hue angle of 334.34º 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 #FE5FA3 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 163 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.00 |
| HSL | 334.34º | 0.99% | 0.68% | - |
| HSV(B) | 334.34º | 0.63% | 1% | - |
| XYZ | 51.58 | 31.9 | 38.09 | - |
| YUV | 150.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 163 | 0 | 0.63 | 0.36 | 0.00 | 334.34 | 0.99 | 0.68 |
| Hex | FE | 5F | A3 | 0 | 3F | 24 | 0 | 14E | 63 | 44 |
| Octal | 376 | 137 | 243 | 0 | 77 | 44 | 0 | 516 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10100011 | 0 | 111111 | 100100 | 0 | 101001110 | 1100011 | 1000100 |
Color Harmonies of #FE5FA3
Complementary color
Monochromatic Colors of #FE5FA3
Black with #FE5FA3
Text Example
Text Example
White with #FE5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FA3; }
p { color: rgb(254,95,163); }
H1.HeaderClassName
{
color: #FE5FA3;
}
.AnyTagClassName
{
color: #FE5FA3;
}
</style>
background-color css
<style>
a { background-color: #FE5FA3; }
a { background-color: rgb(254,95,163); }
div.DivClassName
{
background-color: #FE5FA3;
}
.BgClassName
{
background-color: #FE5FA3;
}
</style>
border-color css
<style>
span { border-color: #FE5FA3; }
span { border-color: rgb(254,95,163); }
td.TdClassName
{
border-color: #FE5FA3;
}
.TagClassName
{
border-color: #FE5FA3;
}
</style>