Shades of Brilliant Rose #FE469D
Tints of Brilliant Rose #FE469D
RGB
CMYK
RGB Variations
Color information
#FE469D (or 0xFE469D) is known color: Brilliant Rose. HEX triplet: FE, 46 and 9D. RGB value is (254,70,157). Sum of RGB (Red+Green+Blue) = 254+70+157=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE469D is #01B962. Grayscale: #868686. Windows color (decimal): -112995 or 10307326. OLE color: 10307326.
HSL color Cylindrical-coordinate representation of color #FE469D: hue angle of 331.63º 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 #FE469D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 157 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.00 |
| HSL | 331.63º | 0.99% | 0.64% | - |
| HSV(B) | 331.63º | 0.72% | 1% | - |
| XYZ | 49.15 | 27.89 | 34.69 | - |
| YUV | 134.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 157 | 0 | 0.72 | 0.38 | 0.00 | 331.63 | 0.99 | 0.64 |
| Hex | FE | 46 | 9D | 0 | 48 | 26 | 0 | 14C | 63 | 40 |
| Octal | 376 | 106 | 235 | 0 | 110 | 46 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011101 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE469D
Complementary color
Monochromatic Colors of #FE469D
Black with #FE469D
Text Example
Text Example
White with #FE469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE469D; }
p { color: rgb(254,70,157); }
H1.HeaderClassName
{
color: #FE469D;
}
.AnyTagClassName
{
color: #FE469D;
}
</style>
background-color css
<style>
a { background-color: #FE469D; }
a { background-color: rgb(254,70,157); }
div.DivClassName
{
background-color: #FE469D;
}
.BgClassName
{
background-color: #FE469D;
}
</style>
border-color css
<style>
span { border-color: #FE469D; }
span { border-color: rgb(254,70,157); }
td.TdClassName
{
border-color: #FE469D;
}
.TagClassName
{
border-color: #FE469D;
}
</style>