Shades of Brilliant Rose #FE479E
Tints of Brilliant Rose #FE479E
RGB
CMYK
RGB Variations
Color information
#FE479E (or 0xFE479E) is known color: Brilliant Rose. HEX triplet: FE, 47 and 9E. RGB value is (254,71,158). Sum of RGB (Red+Green+Blue) = 254+71+158=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE479E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE479E is #01B861. Grayscale: #878787. Windows color (decimal): -112738 or 10373118. OLE color: 10373118.
HSL color Cylindrical-coordinate representation of color #FE479E: hue angle of 331.48º 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 #FE479E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 158 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.00 |
| HSL | 331.48º | 0.99% | 0.64% | - |
| HSV(B) | 331.48º | 0.72% | 1% | - |
| XYZ | 49.3 | 28.05 | 35.16 | - |
| YUV | 135.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 158 | 0 | 0.72 | 0.38 | 0.00 | 331.48 | 0.99 | 0.64 |
| Hex | FE | 47 | 9E | 0 | 48 | 26 | 0 | 14B | 63 | 40 |
| Octal | 376 | 107 | 236 | 0 | 110 | 46 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10011110 | 0 | 1001000 | 100110 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE479E
Complementary color
Monochromatic Colors of #FE479E
Black with #FE479E
Text Example
Text Example
White with #FE479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE479E; }
p { color: rgb(254,71,158); }
H1.HeaderClassName
{
color: #FE479E;
}
.AnyTagClassName
{
color: #FE479E;
}
</style>
background-color css
<style>
a { background-color: #FE479E; }
a { background-color: rgb(254,71,158); }
div.DivClassName
{
background-color: #FE479E;
}
.BgClassName
{
background-color: #FE479E;
}
</style>
border-color css
<style>
span { border-color: #FE479E; }
span { border-color: rgb(254,71,158); }
td.TdClassName
{
border-color: #FE479E;
}
.TagClassName
{
border-color: #FE479E;
}
</style>