Shades of Brilliant Rose #FF489E
Tints of Brilliant Rose #FF489E
RGB
CMYK
RGB Variations
Color information
#FF489E (or 0xFF489E) is known color: Brilliant Rose. HEX triplet: FF, 48 and 9E. RGB value is (255,72,158). Sum of RGB (Red+Green+Blue) = 255+72+158=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF489E is #00B761. Grayscale: #888888. Windows color (decimal): -46946 or 10373375. OLE color: 10373375.
HSL color Cylindrical-coordinate representation of color #FF489E: hue angle of 331.8º 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 #FF489E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 158 | - |
| CMYK | 0 | 0.72 | 0.38 | 0 |
| HSL | 331.8º | 1% | 0.64% | - |
| HSV(B) | 331.8º | 0.72% | 1% | - |
| XYZ | 49.73 | 28.36 | 35.2 | - |
| YUV | 136.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 158 | 0 | 0.72 | 0.38 | 0 | 331.8 | 1 | 0.64 |
| Hex | FF | 48 | 9E | 0 | 48 | 26 | 0 | 14C | 64 | 40 |
| Octal | 377 | 110 | 236 | 0 | 110 | 46 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10011110 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF489E
Complementary color
Monochromatic Colors of #FF489E
Black with #FF489E
Text Example
Text Example
White with #FF489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF489E; }
p { color: rgb(255,72,158); }
H1.HeaderClassName
{
color: #FF489E;
}
.AnyTagClassName
{
color: #FF489E;
}
</style>
background-color css
<style>
a { background-color: #FF489E; }
a { background-color: rgb(255,72,158); }
div.DivClassName
{
background-color: #FF489E;
}
.BgClassName
{
background-color: #FF489E;
}
</style>
border-color css
<style>
span { border-color: #FF489E; }
span { border-color: rgb(255,72,158); }
td.TdClassName
{
border-color: #FF489E;
}
.TagClassName
{
border-color: #FF489E;
}
</style>