Shades of Brilliant Rose #FD5AB0
Tints of Brilliant Rose #FD5AB0
RGB
CMYK
RGB Variations
Color information
#FD5AB0 (or 0xFD5AB0) is known color: Brilliant Rose. HEX triplet: FD, 5A and B0. RGB value is (253,90,176). Sum of RGB (Red+Green+Blue) = 253+90+176=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AB0 is #02A54F. Grayscale: #949494. Windows color (decimal): -173392 or 11557629. OLE color: 11557629.
HSL color Cylindrical-coordinate representation of color #FD5AB0: hue angle of 328.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5AB0 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 176 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.01 |
| HSL | 328.34º | 0.98% | 0.67% | - |
| HSV(B) | 328.34º | 0.64% | 0.99% | - |
| XYZ | 52 | 31.33 | 44.38 | - |
| YUV | 148.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 176 | 0 | 0.64 | 0.30 | 0.01 | 328.34 | 0.98 | 0.67 |
| Hex | FD | 5A | B0 | 0 | 40 | 1E | 1 | 148 | 62 | 43 |
| Octal | 375 | 132 | 260 | 0 | 100 | 36 | 1 | 510 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10110000 | 0 | 1000000 | 11110 | 1 | 101001000 | 1100010 | 1000011 |
Color Harmonies of #FD5AB0
Complementary color
Monochromatic Colors of #FD5AB0
Black with #FD5AB0
Text Example
Text Example
White with #FD5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5AB0; }
p { color: rgb(253,90,176); }
H1.HeaderClassName
{
color: #FD5AB0;
}
.AnyTagClassName
{
color: #FD5AB0;
}
</style>
background-color css
<style>
a { background-color: #FD5AB0; }
a { background-color: rgb(253,90,176); }
div.DivClassName
{
background-color: #FD5AB0;
}
.BgClassName
{
background-color: #FD5AB0;
}
</style>
border-color css
<style>
span { border-color: #FD5AB0; }
span { border-color: rgb(253,90,176); }
td.TdClassName
{
border-color: #FD5AB0;
}
.TagClassName
{
border-color: #FD5AB0;
}
</style>