Shades of Brilliant Rose #FD50AD
Tints of Brilliant Rose #FD50AD
RGB
CMYK
RGB Variations
Color information
#FD50AD (or 0xFD50AD) is known color: Brilliant Rose. HEX triplet: FD, 50 and AD. RGB value is (253,80,173). Sum of RGB (Red+Green+Blue) = 253+80+173=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50AD is #02AF52. Grayscale: #8E8E8E. Windows color (decimal): -175955 or 11358461. OLE color: 11358461.
HSL color Cylindrical-coordinate representation of color #FD50AD: hue angle of 327.75º 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 #FD50AD is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 173 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.01 |
| HSL | 327.75º | 0.98% | 0.65% | - |
| HSV(B) | 327.75º | 0.68% | 0.99% | - |
| XYZ | 50.92 | 29.64 | 42.57 | - |
| YUV | 142.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 173 | 0 | 0.68 | 0.32 | 0.01 | 327.75 | 0.98 | 0.65 |
| Hex | FD | 50 | AD | 0 | 44 | 20 | 1 | 148 | 62 | 41 |
| Octal | 375 | 120 | 255 | 0 | 104 | 40 | 1 | 510 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10101101 | 0 | 1000100 | 100000 | 1 | 101001000 | 1100010 | 1000001 |
Color Harmonies of #FD50AD
Complementary color
Monochromatic Colors of #FD50AD
Black with #FD50AD
Text Example
Text Example
White with #FD50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50AD; }
p { color: rgb(253,80,173); }
H1.HeaderClassName
{
color: #FD50AD;
}
.AnyTagClassName
{
color: #FD50AD;
}
</style>
background-color css
<style>
a { background-color: #FD50AD; }
a { background-color: rgb(253,80,173); }
div.DivClassName
{
background-color: #FD50AD;
}
.BgClassName
{
background-color: #FD50AD;
}
</style>
border-color css
<style>
span { border-color: #FD50AD; }
span { border-color: rgb(253,80,173); }
td.TdClassName
{
border-color: #FD50AD;
}
.TagClassName
{
border-color: #FD50AD;
}
</style>