Shades of Brilliant Rose #FD4DAA
Tints of Brilliant Rose #FD4DAA
RGB
CMYK
RGB Variations
Color information
#FD4DAA (or 0xFD4DAA) is known color: Brilliant Rose. HEX triplet: FD, 4D and AA. RGB value is (253,77,170). Sum of RGB (Red+Green+Blue) = 253+77+170=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4DAA is #02B255. Grayscale: #8C8C8C. Windows color (decimal): -176726 or 11161085. OLE color: 11161085.
HSL color Cylindrical-coordinate representation of color #FD4DAA: hue angle of 328.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DAA is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 170 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.01 |
| HSL | 328.3º | 0.98% | 0.65% | - |
| HSV(B) | 328.3º | 0.7% | 0.99% | - |
| XYZ | 50.42 | 29.09 | 40.99 | - |
| YUV | 140.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 170 | 0 | 0.70 | 0.33 | 0.01 | 328.3 | 0.98 | 0.65 |
| Hex | FD | 4D | AA | 0 | 46 | 21 | 1 | 148 | 62 | 41 |
| Octal | 375 | 115 | 252 | 0 | 106 | 41 | 1 | 510 | 142 | 101 |
| Binary | 11111101 | 1001101 | 10101010 | 0 | 1000110 | 100001 | 1 | 101001000 | 1100010 | 1000001 |
Color Harmonies of #FD4DAA
Complementary color
Monochromatic Colors of #FD4DAA
Black with #FD4DAA
Text Example
Text Example
White with #FD4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DAA; }
p { color: rgb(253,77,170); }
H1.HeaderClassName
{
color: #FD4DAA;
}
.AnyTagClassName
{
color: #FD4DAA;
}
</style>
background-color css
<style>
a { background-color: #FD4DAA; }
a { background-color: rgb(253,77,170); }
div.DivClassName
{
background-color: #FD4DAA;
}
.BgClassName
{
background-color: #FD4DAA;
}
</style>
border-color css
<style>
span { border-color: #FD4DAA; }
span { border-color: rgb(253,77,170); }
td.TdClassName
{
border-color: #FD4DAA;
}
.TagClassName
{
border-color: #FD4DAA;
}
</style>