Shades of Brilliant Rose #FE579F
Tints of Brilliant Rose #FE579F
RGB
CMYK
RGB Variations
Color information
#FE579F (or 0xFE579F) is known color: Brilliant Rose. HEX triplet: FE, 57 and 9F. RGB value is (254,87,159). Sum of RGB (Red+Green+Blue) = 254+87+159=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE579F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE579F is #01A860. Grayscale: #919191. Windows color (decimal): -108641 or 10442750. OLE color: 10442750.
HSL color Cylindrical-coordinate representation of color #FE579F: hue angle of 334.13º 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 #FE579F is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 159 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.00 |
| HSL | 334.13º | 0.99% | 0.67% | - |
| HSV(B) | 334.13º | 0.66% | 1% | - |
| XYZ | 50.54 | 30.39 | 36 | - |
| YUV | 145.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 159 | 0 | 0.66 | 0.37 | 0.00 | 334.13 | 0.99 | 0.67 |
| Hex | FE | 57 | 9F | 0 | 42 | 25 | 0 | 14E | 63 | 43 |
| Octal | 376 | 127 | 237 | 0 | 102 | 45 | 0 | 516 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10011111 | 0 | 1000010 | 100101 | 0 | 101001110 | 1100011 | 1000011 |
Color Harmonies of #FE579F
Complementary color
Monochromatic Colors of #FE579F
Black with #FE579F
Text Example
Text Example
White with #FE579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE579F; }
p { color: rgb(254,87,159); }
H1.HeaderClassName
{
color: #FE579F;
}
.AnyTagClassName
{
color: #FE579F;
}
</style>
background-color css
<style>
a { background-color: #FE579F; }
a { background-color: rgb(254,87,159); }
div.DivClassName
{
background-color: #FE579F;
}
.BgClassName
{
background-color: #FE579F;
}
</style>
border-color css
<style>
span { border-color: #FE579F; }
span { border-color: rgb(254,87,159); }
td.TdClassName
{
border-color: #FE579F;
}
.TagClassName
{
border-color: #FE579F;
}
</style>