Shades of Brilliant Rose #FD50A2
Tints of Brilliant Rose #FD50A2
RGB
CMYK
RGB Variations
Color information
#FD50A2 (or 0xFD50A2) is known color: Brilliant Rose. HEX triplet: FD, 50 and A2. RGB value is (253,80,162). Sum of RGB (Red+Green+Blue) = 253+80+162=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50A2 is #02AF5D. Grayscale: #8C8C8C. Windows color (decimal): -175966 or 10637565. OLE color: 10637565.
HSL color Cylindrical-coordinate representation of color #FD50A2: hue angle of 331.56º 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 #FD50A2 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 162 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.01 |
| HSL | 331.56º | 0.98% | 0.65% | - |
| HSV(B) | 331.56º | 0.68% | 0.99% | - |
| XYZ | 49.9 | 29.23 | 37.19 | - |
| YUV | 141.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 162 | 0 | 0.68 | 0.36 | 0.01 | 331.56 | 0.98 | 0.65 |
| Hex | FD | 50 | A2 | 0 | 44 | 24 | 1 | 14C | 62 | 41 |
| Octal | 375 | 120 | 242 | 0 | 104 | 44 | 1 | 514 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10100010 | 0 | 1000100 | 100100 | 1 | 101001100 | 1100010 | 1000001 |
Color Harmonies of #FD50A2
Complementary color
Monochromatic Colors of #FD50A2
Black with #FD50A2
Text Example
Text Example
White with #FD50A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50A2; }
p { color: rgb(253,80,162); }
H1.HeaderClassName
{
color: #FD50A2;
}
.AnyTagClassName
{
color: #FD50A2;
}
</style>
background-color css
<style>
a { background-color: #FD50A2; }
a { background-color: rgb(253,80,162); }
div.DivClassName
{
background-color: #FD50A2;
}
.BgClassName
{
background-color: #FD50A2;
}
</style>
border-color css
<style>
span { border-color: #FD50A2; }
span { border-color: rgb(253,80,162); }
td.TdClassName
{
border-color: #FD50A2;
}
.TagClassName
{
border-color: #FD50A2;
}
</style>