Shades of Brilliant Rose #FD50A6
Tints of Brilliant Rose #FD50A6
RGB
CMYK
RGB Variations
Color information
#FD50A6 (or 0xFD50A6) is known color: Brilliant Rose. HEX triplet: FD, 50 and A6. RGB value is (253,80,166). Sum of RGB (Red+Green+Blue) = 253+80+166=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50A6 is #02AF59. Grayscale: #8D8D8D. Windows color (decimal): -175962 or 10899709. OLE color: 10899709.
HSL color Cylindrical-coordinate representation of color #FD50A6: hue angle of 330.17º 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 #FD50A6 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 166 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.01 |
| HSL | 330.17º | 0.98% | 0.65% | - |
| HSV(B) | 330.17º | 0.68% | 0.99% | - |
| XYZ | 50.26 | 29.37 | 39.1 | - |
| YUV | 141.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 166 | 0 | 0.68 | 0.34 | 0.01 | 330.17 | 0.98 | 0.65 |
| Hex | FD | 50 | A6 | 0 | 44 | 22 | 1 | 14A | 62 | 41 |
| Octal | 375 | 120 | 246 | 0 | 104 | 42 | 1 | 512 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10100110 | 0 | 1000100 | 100010 | 1 | 101001010 | 1100010 | 1000001 |
Color Harmonies of #FD50A6
Complementary color
Monochromatic Colors of #FD50A6
Black with #FD50A6
Text Example
Text Example
White with #FD50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50A6; }
p { color: rgb(253,80,166); }
H1.HeaderClassName
{
color: #FD50A6;
}
.AnyTagClassName
{
color: #FD50A6;
}
</style>
background-color css
<style>
a { background-color: #FD50A6; }
a { background-color: rgb(253,80,166); }
div.DivClassName
{
background-color: #FD50A6;
}
.BgClassName
{
background-color: #FD50A6;
}
</style>
border-color css
<style>
span { border-color: #FD50A6; }
span { border-color: rgb(253,80,166); }
td.TdClassName
{
border-color: #FD50A6;
}
.TagClassName
{
border-color: #FD50A6;
}
</style>