Shades of Brilliant Rose #FF4DAA
Tints of Brilliant Rose #FF4DAA
RGB
CMYK
RGB Variations
Color information
#FF4DAA (or 0xFF4DAA) is known color: Brilliant Rose. HEX triplet: FF, 4D and AA. RGB value is (255,77,170). Sum of RGB (Red+Green+Blue) = 255+77+170=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DAA is #00B255. Grayscale: #8C8C8C. Windows color (decimal): -45654 or 11161087. OLE color: 11161087.
HSL color Cylindrical-coordinate representation of color #FF4DAA: hue angle of 328.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DAA is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 170 | - |
| CMYK | 0 | 0.70 | 0.33 | 0 |
| HSL | 328.65º | 1% | 0.65% | - |
| HSV(B) | 328.65º | 0.7% | 1% | - |
| XYZ | 51.15 | 29.47 | 41.02 | - |
| YUV | 140.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 170 | 0 | 0.70 | 0.33 | 0 | 328.65 | 1 | 0.65 |
| Hex | FF | 4D | AA | 0 | 46 | 21 | 0 | 149 | 64 | 41 |
| Octal | 377 | 115 | 252 | 0 | 106 | 41 | 0 | 511 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10101010 | 0 | 1000110 | 100001 | 0 | 101001001 | 1100100 | 1000001 |
Color Harmonies of #FF4DAA
Complementary color
Monochromatic Colors of #FF4DAA
Black with #FF4DAA
Text Example
Text Example
White with #FF4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DAA; }
p { color: rgb(255,77,170); }
H1.HeaderClassName
{
color: #FF4DAA;
}
.AnyTagClassName
{
color: #FF4DAA;
}
</style>
background-color css
<style>
a { background-color: #FF4DAA; }
a { background-color: rgb(255,77,170); }
div.DivClassName
{
background-color: #FF4DAA;
}
.BgClassName
{
background-color: #FF4DAA;
}
</style>
border-color css
<style>
span { border-color: #FF4DAA; }
span { border-color: rgb(255,77,170); }
td.TdClassName
{
border-color: #FF4DAA;
}
.TagClassName
{
border-color: #FF4DAA;
}
</style>