Shades of Brilliant Rose #FE579D
Tints of Brilliant Rose #FE579D
RGB
CMYK
RGB Variations
Color information
#FE579D (or 0xFE579D) is known color: Brilliant Rose. HEX triplet: FE, 57 and 9D. RGB value is (254,87,157). Sum of RGB (Red+Green+Blue) = 254+87+157=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE579D is #01A862. Grayscale: #909090. Windows color (decimal): -108643 or 10311678. OLE color: 10311678.
HSL color Cylindrical-coordinate representation of color #FE579D: hue angle of 334.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE579D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 157 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.00 |
| HSL | 334.85º | 0.99% | 0.67% | - |
| HSV(B) | 334.85º | 0.66% | 1% | - |
| XYZ | 50.37 | 30.32 | 35.1 | - |
| YUV | 144.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 157 | 0 | 0.66 | 0.38 | 0.00 | 334.85 | 0.99 | 0.67 |
| Hex | FE | 57 | 9D | 0 | 42 | 26 | 0 | 14F | 63 | 43 |
| Octal | 376 | 127 | 235 | 0 | 102 | 46 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10011101 | 0 | 1000010 | 100110 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE579D
Complementary color
Monochromatic Colors of #FE579D
Black with #FE579D
Text Example
Text Example
White with #FE579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE579D; }
p { color: rgb(254,87,157); }
H1.HeaderClassName
{
color: #FE579D;
}
.AnyTagClassName
{
color: #FE579D;
}
</style>
background-color css
<style>
a { background-color: #FE579D; }
a { background-color: rgb(254,87,157); }
div.DivClassName
{
background-color: #FE579D;
}
.BgClassName
{
background-color: #FE579D;
}
</style>
border-color css
<style>
span { border-color: #FE579D; }
span { border-color: rgb(254,87,157); }
td.TdClassName
{
border-color: #FE579D;
}
.TagClassName
{
border-color: #FE579D;
}
</style>