Shades of Brilliant Rose #FF5AAB
Tints of Brilliant Rose #FF5AAB
RGB
CMYK
RGB Variations
Color information
#FF5AAB (or 0xFF5AAB) is known color: Brilliant Rose. HEX triplet: FF, 5A and AB. RGB value is (255,90,171). Sum of RGB (Red+Green+Blue) = 255+90+171=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AAB is #00A554. Grayscale: #949494. Windows color (decimal): -42325 or 11229951. OLE color: 11229951.
HSL color Cylindrical-coordinate representation of color #FF5AAB: hue angle of 330.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AAB is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 171 | - |
| CMYK | 0 | 0.65 | 0.33 | 0 |
| HSL | 330.55º | 1% | 0.68% | - |
| HSV(B) | 330.55º | 0.65% | 1% | - |
| XYZ | 52.25 | 31.51 | 41.86 | - |
| YUV | 148.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 171 | 0 | 0.65 | 0.33 | 0 | 330.55 | 1 | 0.68 |
| Hex | FF | 5A | AB | 0 | 41 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 132 | 253 | 0 | 101 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10101011 | 0 | 1000001 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5AAB
Complementary color
Monochromatic Colors of #FF5AAB
Black with #FF5AAB
Text Example
Text Example
White with #FF5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AAB; }
p { color: rgb(255,90,171); }
H1.HeaderClassName
{
color: #FF5AAB;
}
.AnyTagClassName
{
color: #FF5AAB;
}
</style>
background-color css
<style>
a { background-color: #FF5AAB; }
a { background-color: rgb(255,90,171); }
div.DivClassName
{
background-color: #FF5AAB;
}
.BgClassName
{
background-color: #FF5AAB;
}
</style>
border-color css
<style>
span { border-color: #FF5AAB; }
span { border-color: rgb(255,90,171); }
td.TdClassName
{
border-color: #FF5AAB;
}
.TagClassName
{
border-color: #FF5AAB;
}
</style>