Shades of Brilliant Rose #FE489C
Tints of Brilliant Rose #FE489C
RGB
CMYK
RGB Variations
Color information
#FE489C (or 0xFE489C) is known color: Brilliant Rose. HEX triplet: FE, 48 and 9C. RGB value is (254,72,156). Sum of RGB (Red+Green+Blue) = 254+72+156=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE489C is #01B763. Grayscale: #878787. Windows color (decimal): -112484 or 10242302. OLE color: 10242302.
HSL color Cylindrical-coordinate representation of color #FE489C: hue angle of 332.31º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE489C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 156 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.00 |
| HSL | 332.31º | 0.99% | 0.64% | - |
| HSV(B) | 332.31º | 0.72% | 1% | - |
| XYZ | 49.19 | 28.11 | 34.28 | - |
| YUV | 135.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 156 | 0 | 0.72 | 0.39 | 0.00 | 332.31 | 0.99 | 0.64 |
| Hex | FE | 48 | 9C | 0 | 48 | 27 | 0 | 14C | 63 | 40 |
| Octal | 376 | 110 | 234 | 0 | 110 | 47 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10011100 | 0 | 1001000 | 100111 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE489C
Complementary color
Monochromatic Colors of #FE489C
Black with #FE489C
Text Example
Text Example
White with #FE489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE489C; }
p { color: rgb(254,72,156); }
H1.HeaderClassName
{
color: #FE489C;
}
.AnyTagClassName
{
color: #FE489C;
}
</style>
background-color css
<style>
a { background-color: #FE489C; }
a { background-color: rgb(254,72,156); }
div.DivClassName
{
background-color: #FE489C;
}
.BgClassName
{
background-color: #FE489C;
}
</style>
border-color css
<style>
span { border-color: #FE489C; }
span { border-color: rgb(254,72,156); }
td.TdClassName
{
border-color: #FE489C;
}
.TagClassName
{
border-color: #FE489C;
}
</style>