Shades of Brilliant Rose #FD5AAC
Tints of Brilliant Rose #FD5AAC
RGB
CMYK
RGB Variations
Color information
#FD5AAC (or 0xFD5AAC) is known color: Brilliant Rose. HEX triplet: FD, 5A and AC. RGB value is (253,90,172). Sum of RGB (Red+Green+Blue) = 253+90+172=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AAC is #02A553. Grayscale: #939393. Windows color (decimal): -173396 or 11295485. OLE color: 11295485.
HSL color Cylindrical-coordinate representation of color #FD5AAC: hue angle of 329.82º 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 #FD5AAC is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 172 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.01 |
| HSL | 329.82º | 0.98% | 0.67% | - |
| HSV(B) | 329.82º | 0.64% | 0.99% | - |
| XYZ | 51.61 | 31.17 | 42.33 | - |
| YUV | 148.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 172 | 0 | 0.64 | 0.32 | 0.01 | 329.82 | 0.98 | 0.67 |
| Hex | FD | 5A | AC | 0 | 40 | 20 | 1 | 14A | 62 | 43 |
| Octal | 375 | 132 | 254 | 0 | 100 | 40 | 1 | 512 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10101100 | 0 | 1000000 | 100000 | 1 | 101001010 | 1100010 | 1000011 |
Color Harmonies of #FD5AAC
Complementary color
Monochromatic Colors of #FD5AAC
Black with #FD5AAC
Text Example
Text Example
White with #FD5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5AAC; }
p { color: rgb(253,90,172); }
H1.HeaderClassName
{
color: #FD5AAC;
}
.AnyTagClassName
{
color: #FD5AAC;
}
</style>
background-color css
<style>
a { background-color: #FD5AAC; }
a { background-color: rgb(253,90,172); }
div.DivClassName
{
background-color: #FD5AAC;
}
.BgClassName
{
background-color: #FD5AAC;
}
</style>
border-color css
<style>
span { border-color: #FD5AAC; }
span { border-color: rgb(253,90,172); }
td.TdClassName
{
border-color: #FD5AAC;
}
.TagClassName
{
border-color: #FD5AAC;
}
</style>