Shades of Brilliant Rose #FF489C
Tints of Brilliant Rose #FF489C
RGB
CMYK
RGB Variations
Color information
#FF489C (or 0xFF489C) is known color: Brilliant Rose. HEX triplet: FF, 48 and 9C. RGB value is (255,72,156). Sum of RGB (Red+Green+Blue) = 255+72+156=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF489C is #00B763. Grayscale: #888888. Windows color (decimal): -46948 or 10242303. OLE color: 10242303.
HSL color Cylindrical-coordinate representation of color #FF489C: hue angle of 332.46º 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 #FF489C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 156 | - |
| CMYK | 0 | 0.72 | 0.39 | 0 |
| HSL | 332.46º | 1% | 0.64% | - |
| HSV(B) | 332.46º | 0.72% | 1% | - |
| XYZ | 49.56 | 28.3 | 34.3 | - |
| YUV | 136.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 156 | 0 | 0.72 | 0.39 | 0 | 332.46 | 1 | 0.64 |
| Hex | FF | 48 | 9C | 0 | 48 | 27 | 0 | 14C | 64 | 40 |
| Octal | 377 | 110 | 234 | 0 | 110 | 47 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10011100 | 0 | 1001000 | 100111 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF489C
Complementary color
Monochromatic Colors of #FF489C
Black with #FF489C
Text Example
Text Example
White with #FF489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF489C; }
p { color: rgb(255,72,156); }
H1.HeaderClassName
{
color: #FF489C;
}
.AnyTagClassName
{
color: #FF489C;
}
</style>
background-color css
<style>
a { background-color: #FF489C; }
a { background-color: rgb(255,72,156); }
div.DivClassName
{
background-color: #FF489C;
}
.BgClassName
{
background-color: #FF489C;
}
</style>
border-color css
<style>
span { border-color: #FF489C; }
span { border-color: rgb(255,72,156); }
td.TdClassName
{
border-color: #FF489C;
}
.TagClassName
{
border-color: #FF489C;
}
</style>