Shades of Brilliant Rose #FD509F
Tints of Brilliant Rose #FD509F
RGB
CMYK
RGB Variations
Color information
#FD509F (or 0xFD509F) is known color: Brilliant Rose. HEX triplet: FD, 50 and 9F. RGB value is (253,80,159). Sum of RGB (Red+Green+Blue) = 253+80+159=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD509F is #02AF60. Grayscale: #8C8C8C. Windows color (decimal): -175969 or 10440957. OLE color: 10440957.
HSL color Cylindrical-coordinate representation of color #FD509F: hue angle of 332.6º 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 #FD509F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 159 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.01 |
| HSL | 332.6º | 0.98% | 0.65% | - |
| HSV(B) | 332.6º | 0.68% | 0.99% | - |
| XYZ | 49.63 | 29.12 | 35.81 | - |
| YUV | 140.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 159 | 0 | 0.68 | 0.37 | 0.01 | 332.6 | 0.98 | 0.65 |
| Hex | FD | 50 | 9F | 0 | 44 | 25 | 1 | 14D | 62 | 41 |
| Octal | 375 | 120 | 237 | 0 | 104 | 45 | 1 | 515 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10011111 | 0 | 1000100 | 100101 | 1 | 101001101 | 1100010 | 1000001 |
Color Harmonies of #FD509F
Complementary color
Monochromatic Colors of #FD509F
Black with #FD509F
Text Example
Text Example
White with #FD509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD509F; }
p { color: rgb(253,80,159); }
H1.HeaderClassName
{
color: #FD509F;
}
.AnyTagClassName
{
color: #FD509F;
}
</style>
background-color css
<style>
a { background-color: #FD509F; }
a { background-color: rgb(253,80,159); }
div.DivClassName
{
background-color: #FD509F;
}
.BgClassName
{
background-color: #FD509F;
}
</style>
border-color css
<style>
span { border-color: #FD509F; }
span { border-color: rgb(253,80,159); }
td.TdClassName
{
border-color: #FD509F;
}
.TagClassName
{
border-color: #FD509F;
}
</style>