Shades of Brilliant Rose #FE579E
Tints of Brilliant Rose #FE579E
RGB
CMYK
RGB Variations
Color information
#FE579E (or 0xFE579E) is known color: Brilliant Rose. HEX triplet: FE, 57 and 9E. RGB value is (254,87,158). Sum of RGB (Red+Green+Blue) = 254+87+158=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE579E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE579E is #01A861. Grayscale: #909090. Windows color (decimal): -108642 or 10377214. OLE color: 10377214.
HSL color Cylindrical-coordinate representation of color #FE579E: hue angle of 334.49º 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 #FE579E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 158 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.00 |
| HSL | 334.49º | 0.99% | 0.67% | - |
| HSV(B) | 334.49º | 0.66% | 1% | - |
| XYZ | 50.45 | 30.36 | 35.55 | - |
| YUV | 145.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 158 | 0 | 0.66 | 0.38 | 0.00 | 334.49 | 0.99 | 0.67 |
| Hex | FE | 57 | 9E | 0 | 42 | 26 | 0 | 14E | 63 | 43 |
| Octal | 376 | 127 | 236 | 0 | 102 | 46 | 0 | 516 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10011110 | 0 | 1000010 | 100110 | 0 | 101001110 | 1100011 | 1000011 |
Color Harmonies of #FE579E
Complementary color
Monochromatic Colors of #FE579E
Black with #FE579E
Text Example
Text Example
White with #FE579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE579E; }
p { color: rgb(254,87,158); }
H1.HeaderClassName
{
color: #FE579E;
}
.AnyTagClassName
{
color: #FE579E;
}
</style>
background-color css
<style>
a { background-color: #FE579E; }
a { background-color: rgb(254,87,158); }
div.DivClassName
{
background-color: #FE579E;
}
.BgClassName
{
background-color: #FE579E;
}
</style>
border-color css
<style>
span { border-color: #FE579E; }
span { border-color: rgb(254,87,158); }
td.TdClassName
{
border-color: #FE579E;
}
.TagClassName
{
border-color: #FE579E;
}
</style>