Shades of Brilliant Rose #FD61A9
Tints of Brilliant Rose #FD61A9
RGB
CMYK
RGB Variations
Color information
#FD61A9 (or 0xFD61A9) is known color: Brilliant Rose. HEX triplet: FD, 61 and A9. RGB value is (253,97,169). Sum of RGB (Red+Green+Blue) = 253+97+169=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD61A9 is #029E56. Grayscale: #979797. Windows color (decimal): -171607 or 11100669. OLE color: 11100669.
HSL color Cylindrical-coordinate representation of color #FD61A9: hue angle of 332.31º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD61A9 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 169 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.01 |
| HSL | 332.31º | 0.98% | 0.69% | - |
| HSV(B) | 332.31º | 0.62% | 0.99% | - |
| XYZ | 51.94 | 32.3 | 41.03 | - |
| YUV | 151.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 169 | 0 | 0.62 | 0.33 | 0.01 | 332.31 | 0.98 | 0.69 |
| Hex | FD | 61 | A9 | 0 | 3E | 21 | 1 | 14C | 62 | 45 |
| Octal | 375 | 141 | 251 | 0 | 76 | 41 | 1 | 514 | 142 | 105 |
| Binary | 11111101 | 1100001 | 10101001 | 0 | 111110 | 100001 | 1 | 101001100 | 1100010 | 1000101 |
Color Harmonies of #FD61A9
Complementary color
Monochromatic Colors of #FD61A9
Black with #FD61A9
Text Example
Text Example
White with #FD61A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD61A9; }
p { color: rgb(253,97,169); }
H1.HeaderClassName
{
color: #FD61A9;
}
.AnyTagClassName
{
color: #FD61A9;
}
</style>
background-color css
<style>
a { background-color: #FD61A9; }
a { background-color: rgb(253,97,169); }
div.DivClassName
{
background-color: #FD61A9;
}
.BgClassName
{
background-color: #FD61A9;
}
</style>
border-color css
<style>
span { border-color: #FD61A9; }
span { border-color: rgb(253,97,169); }
td.TdClassName
{
border-color: #FD61A9;
}
.TagClassName
{
border-color: #FD61A9;
}
</style>