Shades of Brilliant Rose #FF4AAA
Tints of Brilliant Rose #FF4AAA
RGB
CMYK
RGB Variations
Color information
#FF4AAA (or 0xFF4AAA) is known color: Brilliant Rose. HEX triplet: FF, 4A and AA. RGB value is (255,74,170). Sum of RGB (Red+Green+Blue) = 255+74+170=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AAA is #00B555. Grayscale: #8A8A8A. Windows color (decimal): -46422 or 11160319. OLE color: 11160319.
HSL color Cylindrical-coordinate representation of color #FF4AAA: hue angle of 328.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4AAA is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 170 | - |
| CMYK | 0 | 0.71 | 0.33 | 0 |
| HSL | 328.18º | 1% | 0.65% | - |
| HSV(B) | 328.18º | 0.71% | 1% | - |
| XYZ | 50.94 | 29.06 | 40.95 | - |
| YUV | 139.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 170 | 0 | 0.71 | 0.33 | 0 | 328.18 | 1 | 0.65 |
| Hex | FF | 4A | AA | 0 | 47 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 112 | 252 | 0 | 107 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10101010 | 0 | 1000111 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4AAA
Complementary color
Monochromatic Colors of #FF4AAA
Black with #FF4AAA
Text Example
Text Example
White with #FF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AAA; }
p { color: rgb(255,74,170); }
H1.HeaderClassName
{
color: #FF4AAA;
}
.AnyTagClassName
{
color: #FF4AAA;
}
</style>
background-color css
<style>
a { background-color: #FF4AAA; }
a { background-color: rgb(255,74,170); }
div.DivClassName
{
background-color: #FF4AAA;
}
.BgClassName
{
background-color: #FF4AAA;
}
</style>
border-color css
<style>
span { border-color: #FF4AAA; }
span { border-color: rgb(255,74,170); }
td.TdClassName
{
border-color: #FF4AAA;
}
.TagClassName
{
border-color: #FF4AAA;
}
</style>