Shades of Brilliant Rose #FD55A9
Tints of Brilliant Rose #FD55A9
RGB
CMYK
RGB Variations
Color information
#FD55A9 (or 0xFD55A9) is known color: Brilliant Rose. HEX triplet: FD, 55 and A9. RGB value is (253,85,169). Sum of RGB (Red+Green+Blue) = 253+85+169=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD55A9 is #02AA56. Grayscale: #909090. Windows color (decimal): -174679 or 11097597. OLE color: 11097597.
HSL color Cylindrical-coordinate representation of color #FD55A9: hue angle of 330º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55A9 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 169 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.01 |
| HSL | 330º | 0.98% | 0.66% | - |
| HSV(B) | 330º | 0.66% | 0.99% | - |
| XYZ | 50.92 | 30.24 | 40.69 | - |
| YUV | 144.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 169 | 0 | 0.66 | 0.33 | 0.01 | 330 | 0.98 | 0.66 |
| Hex | FD | 55 | A9 | 0 | 42 | 21 | 1 | 14A | 62 | 42 |
| Octal | 375 | 125 | 251 | 0 | 102 | 41 | 1 | 512 | 142 | 102 |
| Binary | 11111101 | 1010101 | 10101001 | 0 | 1000010 | 100001 | 1 | 101001010 | 1100010 | 1000010 |
Color Harmonies of #FD55A9
Complementary color
Monochromatic Colors of #FD55A9
Black with #FD55A9
Text Example
Text Example
White with #FD55A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55A9; }
p { color: rgb(253,85,169); }
H1.HeaderClassName
{
color: #FD55A9;
}
.AnyTagClassName
{
color: #FD55A9;
}
</style>
background-color css
<style>
a { background-color: #FD55A9; }
a { background-color: rgb(253,85,169); }
div.DivClassName
{
background-color: #FD55A9;
}
.BgClassName
{
background-color: #FD55A9;
}
</style>
border-color css
<style>
span { border-color: #FD55A9; }
span { border-color: rgb(253,85,169); }
td.TdClassName
{
border-color: #FD55A9;
}
.TagClassName
{
border-color: #FD55A9;
}
</style>