Shades of Brilliant Rose #FD579E
Tints of Brilliant Rose #FD579E
RGB
CMYK
RGB Variations
Color information
#FD579E (or 0xFD579E) is known color: Brilliant Rose. HEX triplet: FD, 57 and 9E. RGB value is (253,87,158). Sum of RGB (Red+Green+Blue) = 253+87+158=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD579E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD579E is #02A861. Grayscale: #909090. Windows color (decimal): -174178 or 10377213. OLE color: 10377213.
HSL color Cylindrical-coordinate representation of color #FD579E: hue angle of 334.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD579E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 158 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.01 |
| HSL | 334.34º | 0.98% | 0.67% | - |
| HSV(B) | 334.34º | 0.66% | 0.99% | - |
| XYZ | 50.09 | 30.17 | 35.53 | - |
| YUV | 144.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 158 | 0 | 0.66 | 0.38 | 0.01 | 334.34 | 0.98 | 0.67 |
| Hex | FD | 57 | 9E | 0 | 42 | 26 | 1 | 14E | 62 | 43 |
| Octal | 375 | 127 | 236 | 0 | 102 | 46 | 1 | 516 | 142 | 103 |
| Binary | 11111101 | 1010111 | 10011110 | 0 | 1000010 | 100110 | 1 | 101001110 | 1100010 | 1000011 |
Color Harmonies of #FD579E
Complementary color
Monochromatic Colors of #FD579E
Black with #FD579E
Text Example
Text Example
White with #FD579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD579E; }
p { color: rgb(253,87,158); }
H1.HeaderClassName
{
color: #FD579E;
}
.AnyTagClassName
{
color: #FD579E;
}
</style>
background-color css
<style>
a { background-color: #FD579E; }
a { background-color: rgb(253,87,158); }
div.DivClassName
{
background-color: #FD579E;
}
.BgClassName
{
background-color: #FD579E;
}
</style>
border-color css
<style>
span { border-color: #FD579E; }
span { border-color: rgb(253,87,158); }
td.TdClassName
{
border-color: #FD579E;
}
.TagClassName
{
border-color: #FD579E;
}
</style>