Shades of Brilliant Rose #FE469A
Tints of Brilliant Rose #FE469A
RGB
CMYK
RGB Variations
Color information
#FE469A (or 0xFE469A) is known color: Brilliant Rose. HEX triplet: FE, 46 and 9A. RGB value is (254,70,154). Sum of RGB (Red+Green+Blue) = 254+70+154=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE469A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE469A is #01B965. Grayscale: #868686. Windows color (decimal): -112998 or 10110718. OLE color: 10110718.
HSL color Cylindrical-coordinate representation of color #FE469A: hue angle of 332.61º 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 #FE469A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 154 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.00 |
| HSL | 332.61º | 0.99% | 0.64% | - |
| HSV(B) | 332.61º | 0.72% | 1% | - |
| XYZ | 48.9 | 27.78 | 33.36 | - |
| YUV | 134.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 154 | 0 | 0.72 | 0.39 | 0.00 | 332.61 | 0.99 | 0.64 |
| Hex | FE | 46 | 9A | 0 | 48 | 27 | 0 | 14D | 63 | 40 |
| Octal | 376 | 106 | 232 | 0 | 110 | 47 | 0 | 515 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011010 | 0 | 1001000 | 100111 | 0 | 101001101 | 1100011 | 1000000 |
Color Harmonies of #FE469A
Complementary color
Monochromatic Colors of #FE469A
Black with #FE469A
Text Example
Text Example
White with #FE469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE469A; }
p { color: rgb(254,70,154); }
H1.HeaderClassName
{
color: #FE469A;
}
.AnyTagClassName
{
color: #FE469A;
}
</style>
background-color css
<style>
a { background-color: #FE469A; }
a { background-color: rgb(254,70,154); }
div.DivClassName
{
background-color: #FE469A;
}
.BgClassName
{
background-color: #FE469A;
}
</style>
border-color css
<style>
span { border-color: #FE469A; }
span { border-color: rgb(254,70,154); }
td.TdClassName
{
border-color: #FE469A;
}
.TagClassName
{
border-color: #FE469A;
}
</style>