Shades of Brilliant Rose #FE5FA7
Tints of Brilliant Rose #FE5FA7
RGB
CMYK
RGB Variations
Color information
#FE5FA7 (or 0xFE5FA7) is known color: Brilliant Rose. HEX triplet: FE, 5F and A7. RGB value is (254,95,167). Sum of RGB (Red+Green+Blue) = 254+95+167=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FA7 is #01A058. Grayscale: #969696. Windows color (decimal): -106585 or 10969086. OLE color: 10969086.
HSL color Cylindrical-coordinate representation of color #FE5FA7: hue angle of 332.83º 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 #FE5FA7 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 167 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.00 |
| HSL | 332.83º | 0.99% | 0.68% | - |
| HSV(B) | 332.83º | 0.63% | 1% | - |
| XYZ | 51.94 | 32.05 | 40.01 | - |
| YUV | 150.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 167 | 0 | 0.63 | 0.34 | 0.00 | 332.83 | 0.99 | 0.68 |
| Hex | FE | 5F | A7 | 0 | 3F | 22 | 0 | 14D | 63 | 44 |
| Octal | 376 | 137 | 247 | 0 | 77 | 42 | 0 | 515 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10100111 | 0 | 111111 | 100010 | 0 | 101001101 | 1100011 | 1000100 |
Color Harmonies of #FE5FA7
Complementary color
Monochromatic Colors of #FE5FA7
Black with #FE5FA7
Text Example
Text Example
White with #FE5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FA7; }
p { color: rgb(254,95,167); }
H1.HeaderClassName
{
color: #FE5FA7;
}
.AnyTagClassName
{
color: #FE5FA7;
}
</style>
background-color css
<style>
a { background-color: #FE5FA7; }
a { background-color: rgb(254,95,167); }
div.DivClassName
{
background-color: #FE5FA7;
}
.BgClassName
{
background-color: #FE5FA7;
}
</style>
border-color css
<style>
span { border-color: #FE5FA7; }
span { border-color: rgb(254,95,167); }
td.TdClassName
{
border-color: #FE5FA7;
}
.TagClassName
{
border-color: #FE5FA7;
}
</style>