Shades of Brilliant Rose #FD50A0
Tints of Brilliant Rose #FD50A0
RGB
CMYK
RGB Variations
Color information
#FD50A0 (or 0xFD50A0) is known color: Brilliant Rose. HEX triplet: FD, 50 and A0. RGB value is (253,80,160). Sum of RGB (Red+Green+Blue) = 253+80+160=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50A0 is #02AF5F. Grayscale: #8C8C8C. Windows color (decimal): -175968 or 10506493. OLE color: 10506493.
HSL color Cylindrical-coordinate representation of color #FD50A0: hue angle of 332.25º 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 #FD50A0 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 160 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.01 |
| HSL | 332.25º | 0.98% | 0.65% | - |
| HSV(B) | 332.25º | 0.68% | 0.99% | - |
| XYZ | 49.72 | 29.16 | 36.27 | - |
| YUV | 140.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 160 | 0 | 0.68 | 0.37 | 0.01 | 332.25 | 0.98 | 0.65 |
| Hex | FD | 50 | A0 | 0 | 44 | 25 | 1 | 14C | 62 | 41 |
| Octal | 375 | 120 | 240 | 0 | 104 | 45 | 1 | 514 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10100000 | 0 | 1000100 | 100101 | 1 | 101001100 | 1100010 | 1000001 |
Color Harmonies of #FD50A0
Complementary color
Monochromatic Colors of #FD50A0
Black with #FD50A0
Text Example
Text Example
White with #FD50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50A0; }
p { color: rgb(253,80,160); }
H1.HeaderClassName
{
color: #FD50A0;
}
.AnyTagClassName
{
color: #FD50A0;
}
</style>
background-color css
<style>
a { background-color: #FD50A0; }
a { background-color: rgb(253,80,160); }
div.DivClassName
{
background-color: #FD50A0;
}
.BgClassName
{
background-color: #FD50A0;
}
</style>
border-color css
<style>
span { border-color: #FD50A0; }
span { border-color: rgb(253,80,160); }
td.TdClassName
{
border-color: #FD50A0;
}
.TagClassName
{
border-color: #FD50A0;
}
</style>