Shades of Brilliant Rose #FF4AA5
Tints of Brilliant Rose #FF4AA5
RGB
CMYK
RGB Variations
Color information
#FF4AA5 (or 0xFF4AA5) is known color: Brilliant Rose. HEX triplet: FF, 4A and A5. RGB value is (255,74,165). Sum of RGB (Red+Green+Blue) = 255+74+165=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AA5 is #00B55A. Grayscale: #8A8A8A. Windows color (decimal): -46427 or 10832639. OLE color: 10832639.
HSL color Cylindrical-coordinate representation of color #FF4AA5: hue angle of 329.83º 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 #FF4AA5 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 165 | - |
| CMYK | 0 | 0.71 | 0.35 | 0 |
| HSL | 329.83º | 1% | 0.65% | - |
| HSV(B) | 329.83º | 0.71% | 1% | - |
| XYZ | 50.48 | 28.87 | 38.51 | - |
| YUV | 138.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 165 | 0 | 0.71 | 0.35 | 0 | 329.83 | 1 | 0.65 |
| Hex | FF | 4A | A5 | 0 | 47 | 23 | 0 | 14A | 64 | 41 |
| Octal | 377 | 112 | 245 | 0 | 107 | 43 | 0 | 512 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10100101 | 0 | 1000111 | 100011 | 0 | 101001010 | 1100100 | 1000001 |
Color Harmonies of #FF4AA5
Complementary color
Monochromatic Colors of #FF4AA5
Black with #FF4AA5
Text Example
Text Example
White with #FF4AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AA5; }
p { color: rgb(255,74,165); }
H1.HeaderClassName
{
color: #FF4AA5;
}
.AnyTagClassName
{
color: #FF4AA5;
}
</style>
background-color css
<style>
a { background-color: #FF4AA5; }
a { background-color: rgb(255,74,165); }
div.DivClassName
{
background-color: #FF4AA5;
}
.BgClassName
{
background-color: #FF4AA5;
}
</style>
border-color css
<style>
span { border-color: #FF4AA5; }
span { border-color: rgb(255,74,165); }
td.TdClassName
{
border-color: #FF4AA5;
}
.TagClassName
{
border-color: #FF4AA5;
}
</style>