Shades of Brilliant Rose #FF489A
Tints of Brilliant Rose #FF489A
RGB
CMYK
RGB Variations
Color information
#FF489A (or 0xFF489A) is known color: Brilliant Rose. HEX triplet: FF, 48 and 9A. RGB value is (255,72,154). Sum of RGB (Red+Green+Blue) = 255+72+154=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF489A is #00B765. Grayscale: #878787. Windows color (decimal): -46950 or 10111231. OLE color: 10111231.
HSL color Cylindrical-coordinate representation of color #FF489A: hue angle of 333.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF489A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 154 | - |
| CMYK | 0 | 0.72 | 0.40 | 0 |
| HSL | 333.11º | 1% | 0.64% | - |
| HSV(B) | 333.11º | 0.72% | 1% | - |
| XYZ | 49.39 | 28.23 | 33.42 | - |
| YUV | 136.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 154 | 0 | 0.72 | 0.40 | 0 | 333.11 | 1 | 0.64 |
| Hex | FF | 48 | 9A | 0 | 48 | 28 | 0 | 14D | 64 | 40 |
| Octal | 377 | 110 | 232 | 0 | 110 | 50 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10011010 | 0 | 1001000 | 101000 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF489A
Complementary color
Monochromatic Colors of #FF489A
Black with #FF489A
Text Example
Text Example
White with #FF489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF489A; }
p { color: rgb(255,72,154); }
H1.HeaderClassName
{
color: #FF489A;
}
.AnyTagClassName
{
color: #FF489A;
}
</style>
background-color css
<style>
a { background-color: #FF489A; }
a { background-color: rgb(255,72,154); }
div.DivClassName
{
background-color: #FF489A;
}
.BgClassName
{
background-color: #FF489A;
}
</style>
border-color css
<style>
span { border-color: #FF489A; }
span { border-color: rgb(255,72,154); }
td.TdClassName
{
border-color: #FF489A;
}
.TagClassName
{
border-color: #FF489A;
}
</style>