Shades of Brilliant Rose #FE479A
Tints of Brilliant Rose #FE479A
RGB
CMYK
RGB Variations
Color information
#FE479A (or 0xFE479A) is known color: Brilliant Rose. HEX triplet: FE, 47 and 9A. RGB value is (254,71,154). Sum of RGB (Red+Green+Blue) = 254+71+154=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE479A is #01B865. Grayscale: #878787. Windows color (decimal): -112742 or 10110974. OLE color: 10110974.
HSL color Cylindrical-coordinate representation of color #FE479A: hue angle of 332.79º 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 #FE479A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 154 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.00 |
| HSL | 332.79º | 0.99% | 0.64% | - |
| HSV(B) | 332.79º | 0.72% | 1% | - |
| XYZ | 48.96 | 27.91 | 33.38 | - |
| YUV | 135.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 154 | 0 | 0.72 | 0.39 | 0.00 | 332.79 | 0.99 | 0.64 |
| Hex | FE | 47 | 9A | 0 | 48 | 27 | 0 | 14D | 63 | 40 |
| Octal | 376 | 107 | 232 | 0 | 110 | 47 | 0 | 515 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10011010 | 0 | 1001000 | 100111 | 0 | 101001101 | 1100011 | 1000000 |
Color Harmonies of #FE479A
Complementary color
Monochromatic Colors of #FE479A
Black with #FE479A
Text Example
Text Example
White with #FE479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE479A; }
p { color: rgb(254,71,154); }
H1.HeaderClassName
{
color: #FE479A;
}
.AnyTagClassName
{
color: #FE479A;
}
</style>
background-color css
<style>
a { background-color: #FE479A; }
a { background-color: rgb(254,71,154); }
div.DivClassName
{
background-color: #FE479A;
}
.BgClassName
{
background-color: #FE479A;
}
</style>
border-color css
<style>
span { border-color: #FE479A; }
span { border-color: rgb(254,71,154); }
td.TdClassName
{
border-color: #FE479A;
}
.TagClassName
{
border-color: #FE479A;
}
</style>