Shades of Brilliant Rose #FE459B
Tints of Brilliant Rose #FE459B
RGB
CMYK
RGB Variations
Color information
#FE459B (or 0xFE459B) is known color: Brilliant Rose. HEX triplet: FE, 45 and 9B. RGB value is (254,69,155). Sum of RGB (Red+Green+Blue) = 254+69+155=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE459B is #01BA64. Grayscale: #858585. Windows color (decimal): -113253 or 10175998. OLE color: 10175998.
HSL color Cylindrical-coordinate representation of color #FE459B: hue angle of 332.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE459B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 155 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.00 |
| HSL | 332.11º | 0.99% | 0.63% | - |
| HSV(B) | 332.11º | 0.73% | 1% | - |
| XYZ | 48.92 | 27.69 | 33.78 | - |
| YUV | 134.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 155 | 0 | 0.73 | 0.39 | 0.00 | 332.11 | 0.99 | 0.63 |
| Hex | FE | 45 | 9B | 0 | 49 | 27 | 0 | 14C | 63 | 3F |
| Octal | 376 | 105 | 233 | 0 | 111 | 47 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10011011 | 0 | 1001001 | 100111 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE459B
Complementary color
Monochromatic Colors of #FE459B
Black with #FE459B
Text Example
Text Example
White with #FE459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE459B; }
p { color: rgb(254,69,155); }
H1.HeaderClassName
{
color: #FE459B;
}
.AnyTagClassName
{
color: #FE459B;
}
</style>
background-color css
<style>
a { background-color: #FE459B; }
a { background-color: rgb(254,69,155); }
div.DivClassName
{
background-color: #FE459B;
}
.BgClassName
{
background-color: #FE459B;
}
</style>
border-color css
<style>
span { border-color: #FE459B; }
span { border-color: rgb(254,69,155); }
td.TdClassName
{
border-color: #FE459B;
}
.TagClassName
{
border-color: #FE459B;
}
</style>