Shades of Brilliant Rose #FF489D
Tints of Brilliant Rose #FF489D
RGB
CMYK
RGB Variations
Color information
#FF489D (or 0xFF489D) is known color: Brilliant Rose. HEX triplet: FF, 48 and 9D. RGB value is (255,72,157). Sum of RGB (Red+Green+Blue) = 255+72+157=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF489D is #00B762. Grayscale: #888888. Windows color (decimal): -46947 or 10307839. OLE color: 10307839.
HSL color Cylindrical-coordinate representation of color #FF489D: hue angle of 332.13º 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 #FF489D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 157 | - |
| CMYK | 0 | 0.72 | 0.38 | 0 |
| HSL | 332.13º | 1% | 0.64% | - |
| HSV(B) | 332.13º | 0.72% | 1% | - |
| XYZ | 49.64 | 28.33 | 34.75 | - |
| YUV | 136.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 157 | 0 | 0.72 | 0.38 | 0 | 332.13 | 1 | 0.64 |
| Hex | FF | 48 | 9D | 0 | 48 | 26 | 0 | 14C | 64 | 40 |
| Octal | 377 | 110 | 235 | 0 | 110 | 46 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10011101 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF489D
Complementary color
Monochromatic Colors of #FF489D
Black with #FF489D
Text Example
Text Example
White with #FF489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF489D; }
p { color: rgb(255,72,157); }
H1.HeaderClassName
{
color: #FF489D;
}
.AnyTagClassName
{
color: #FF489D;
}
</style>
background-color css
<style>
a { background-color: #FF489D; }
a { background-color: rgb(255,72,157); }
div.DivClassName
{
background-color: #FF489D;
}
.BgClassName
{
background-color: #FF489D;
}
</style>
border-color css
<style>
span { border-color: #FF489D; }
span { border-color: rgb(255,72,157); }
td.TdClassName
{
border-color: #FF489D;
}
.TagClassName
{
border-color: #FF489D;
}
</style>