Shades of Brilliant Rose #FD4AAA
Tints of Brilliant Rose #FD4AAA
RGB
CMYK
RGB Variations
Color information
#FD4AAA (or 0xFD4AAA) is known color: Brilliant Rose. HEX triplet: FD, 4A and AA. RGB value is (253,74,170). Sum of RGB (Red+Green+Blue) = 253+74+170=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4AAA is #02B555. Grayscale: #8A8A8A. Windows color (decimal): -177494 or 11160317. OLE color: 11160317.
HSL color Cylindrical-coordinate representation of color #FD4AAA: hue angle of 327.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4AAA is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 170 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.01 |
| HSL | 327.82º | 0.98% | 0.64% | - |
| HSV(B) | 327.82º | 0.71% | 0.99% | - |
| XYZ | 50.21 | 28.68 | 40.92 | - |
| YUV | 138.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 170 | 0 | 0.71 | 0.33 | 0.01 | 327.82 | 0.98 | 0.64 |
| Hex | FD | 4A | AA | 0 | 47 | 21 | 1 | 148 | 62 | 40 |
| Octal | 375 | 112 | 252 | 0 | 107 | 41 | 1 | 510 | 142 | 100 |
| Binary | 11111101 | 1001010 | 10101010 | 0 | 1000111 | 100001 | 1 | 101001000 | 1100010 | 1000000 |
Color Harmonies of #FD4AAA
Complementary color
Monochromatic Colors of #FD4AAA
Black with #FD4AAA
Text Example
Text Example
White with #FD4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4AAA; }
p { color: rgb(253,74,170); }
H1.HeaderClassName
{
color: #FD4AAA;
}
.AnyTagClassName
{
color: #FD4AAA;
}
</style>
background-color css
<style>
a { background-color: #FD4AAA; }
a { background-color: rgb(253,74,170); }
div.DivClassName
{
background-color: #FD4AAA;
}
.BgClassName
{
background-color: #FD4AAA;
}
</style>
border-color css
<style>
span { border-color: #FD4AAA; }
span { border-color: rgb(253,74,170); }
td.TdClassName
{
border-color: #FD4AAA;
}
.TagClassName
{
border-color: #FD4AAA;
}
</style>