Shades of Brilliant Rose #FE469E
Tints of Brilliant Rose #FE469E
RGB
CMYK
RGB Variations
Color information
#FE469E (or 0xFE469E) is known color: Brilliant Rose. HEX triplet: FE, 46 and 9E. RGB value is (254,70,158). Sum of RGB (Red+Green+Blue) = 254+70+158=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE469E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE469E is #01B961. Grayscale: #868686. Windows color (decimal): -112994 or 10372862. OLE color: 10372862.
HSL color Cylindrical-coordinate representation of color #FE469E: hue angle of 331.3º 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 #FE469E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 158 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.00 |
| HSL | 331.3º | 0.99% | 0.64% | - |
| HSV(B) | 331.3º | 0.72% | 1% | - |
| XYZ | 49.23 | 27.92 | 35.14 | - |
| YUV | 135.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 158 | 0 | 0.72 | 0.38 | 0.00 | 331.3 | 0.99 | 0.64 |
| Hex | FE | 46 | 9E | 0 | 48 | 26 | 0 | 14B | 63 | 40 |
| Octal | 376 | 106 | 236 | 0 | 110 | 46 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011110 | 0 | 1001000 | 100110 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE469E
Complementary color
Monochromatic Colors of #FE469E
Black with #FE469E
Text Example
Text Example
White with #FE469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE469E; }
p { color: rgb(254,70,158); }
H1.HeaderClassName
{
color: #FE469E;
}
.AnyTagClassName
{
color: #FE469E;
}
</style>
background-color css
<style>
a { background-color: #FE469E; }
a { background-color: rgb(254,70,158); }
div.DivClassName
{
background-color: #FE469E;
}
.BgClassName
{
background-color: #FE469E;
}
</style>
border-color css
<style>
span { border-color: #FE469E; }
span { border-color: rgb(254,70,158); }
td.TdClassName
{
border-color: #FE469E;
}
.TagClassName
{
border-color: #FE469E;
}
</style>