Shades of Brilliant Rose #FF4AAB
Tints of Brilliant Rose #FF4AAB
RGB
CMYK
RGB Variations
Color information
#FF4AAB (or 0xFF4AAB) is known color: Brilliant Rose. HEX triplet: FF, 4A and AB. RGB value is (255,74,171). Sum of RGB (Red+Green+Blue) = 255+74+171=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AAB is #00B554. Grayscale: #8A8A8A. Windows color (decimal): -46421 or 11225855. OLE color: 11225855.
HSL color Cylindrical-coordinate representation of color #FF4AAB: hue angle of 327.85º 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 #FF4AAB is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 171 | - |
| CMYK | 0 | 0.71 | 0.33 | 0 |
| HSL | 327.85º | 1% | 0.65% | - |
| HSV(B) | 327.85º | 0.71% | 1% | - |
| XYZ | 51.04 | 29.1 | 41.45 | - |
| YUV | 139.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 171 | 0 | 0.71 | 0.33 | 0 | 327.85 | 1 | 0.65 |
| Hex | FF | 4A | AB | 0 | 47 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 112 | 253 | 0 | 107 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10101011 | 0 | 1000111 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4AAB
Complementary color
Monochromatic Colors of #FF4AAB
Black with #FF4AAB
Text Example
Text Example
White with #FF4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AAB; }
p { color: rgb(255,74,171); }
H1.HeaderClassName
{
color: #FF4AAB;
}
.AnyTagClassName
{
color: #FF4AAB;
}
</style>
background-color css
<style>
a { background-color: #FF4AAB; }
a { background-color: rgb(255,74,171); }
div.DivClassName
{
background-color: #FF4AAB;
}
.BgClassName
{
background-color: #FF4AAB;
}
</style>
border-color css
<style>
span { border-color: #FF4AAB; }
span { border-color: rgb(255,74,171); }
td.TdClassName
{
border-color: #FF4AAB;
}
.TagClassName
{
border-color: #FF4AAB;
}
</style>