Shades of Brilliant Rose #FD509D
Tints of Brilliant Rose #FD509D
RGB
CMYK
RGB Variations
Color information
#FD509D (or 0xFD509D) is known color: Brilliant Rose. HEX triplet: FD, 50 and 9D. RGB value is (253,80,157). Sum of RGB (Red+Green+Blue) = 253+80+157=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD509D is #02AF62. Grayscale: #8C8C8C. Windows color (decimal): -175971 or 10309885. OLE color: 10309885.
HSL color Cylindrical-coordinate representation of color #FD509D: hue angle of 333.29º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD509D is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 157 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.01 |
| HSL | 333.29º | 0.98% | 0.65% | - |
| HSV(B) | 333.29º | 0.68% | 0.99% | - |
| XYZ | 49.46 | 29.05 | 34.9 | - |
| YUV | 140.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 157 | 0 | 0.68 | 0.38 | 0.01 | 333.29 | 0.98 | 0.65 |
| Hex | FD | 50 | 9D | 0 | 44 | 26 | 1 | 14D | 62 | 41 |
| Octal | 375 | 120 | 235 | 0 | 104 | 46 | 1 | 515 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10011101 | 0 | 1000100 | 100110 | 1 | 101001101 | 1100010 | 1000001 |
Color Harmonies of #FD509D
Complementary color
Monochromatic Colors of #FD509D
Black with #FD509D
Text Example
Text Example
White with #FD509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD509D; }
p { color: rgb(253,80,157); }
H1.HeaderClassName
{
color: #FD509D;
}
.AnyTagClassName
{
color: #FD509D;
}
</style>
background-color css
<style>
a { background-color: #FD509D; }
a { background-color: rgb(253,80,157); }
div.DivClassName
{
background-color: #FD509D;
}
.BgClassName
{
background-color: #FD509D;
}
</style>
border-color css
<style>
span { border-color: #FD509D; }
span { border-color: rgb(253,80,157); }
td.TdClassName
{
border-color: #FD509D;
}
.TagClassName
{
border-color: #FD509D;
}
</style>