Shades of Brilliant Rose #FE469B
Tints of Brilliant Rose #FE469B
RGB
CMYK
RGB Variations
Color information
#FE469B (or 0xFE469B) is known color: Brilliant Rose. HEX triplet: FE, 46 and 9B. RGB value is (254,70,155). Sum of RGB (Red+Green+Blue) = 254+70+155=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE469B is #01B964. Grayscale: #868686. Windows color (decimal): -112997 or 10176254. OLE color: 10176254.
HSL color Cylindrical-coordinate representation of color #FE469B: hue angle of 332.28º 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 #FE469B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 155 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.00 |
| HSL | 332.28º | 0.99% | 0.64% | - |
| HSV(B) | 332.28º | 0.72% | 1% | - |
| XYZ | 48.98 | 27.82 | 33.8 | - |
| YUV | 134.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 155 | 0 | 0.72 | 0.39 | 0.00 | 332.28 | 0.99 | 0.64 |
| Hex | FE | 46 | 9B | 0 | 48 | 27 | 0 | 14C | 63 | 40 |
| Octal | 376 | 106 | 233 | 0 | 110 | 47 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011011 | 0 | 1001000 | 100111 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE469B
Complementary color
Monochromatic Colors of #FE469B
Black with #FE469B
Text Example
Text Example
White with #FE469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE469B; }
p { color: rgb(254,70,155); }
H1.HeaderClassName
{
color: #FE469B;
}
.AnyTagClassName
{
color: #FE469B;
}
</style>
background-color css
<style>
a { background-color: #FE469B; }
a { background-color: rgb(254,70,155); }
div.DivClassName
{
background-color: #FE469B;
}
.BgClassName
{
background-color: #FE469B;
}
</style>
border-color css
<style>
span { border-color: #FE469B; }
span { border-color: rgb(254,70,155); }
td.TdClassName
{
border-color: #FE469B;
}
.TagClassName
{
border-color: #FE469B;
}
</style>