Shades of Brilliant Rose #FE4F9E
Tints of Brilliant Rose #FE4F9E
RGB
CMYK
RGB Variations
Color information
#FE4F9E (or 0xFE4F9E) is known color: Brilliant Rose. HEX triplet: FE, 4F and 9E. RGB value is (254,79,158). Sum of RGB (Red+Green+Blue) = 254+79+158=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F9E is #01B061. Grayscale: #8C8C8C. Windows color (decimal): -110690 or 10375166. OLE color: 10375166.
HSL color Cylindrical-coordinate representation of color #FE4F9E: hue angle of 332.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4F9E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 158 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.00 |
| HSL | 332.91º | 0.99% | 0.65% | - |
| HSV(B) | 332.91º | 0.69% | 1% | - |
| XYZ | 49.84 | 29.13 | 35.34 | - |
| YUV | 140.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 158 | 0 | 0.69 | 0.38 | 0.00 | 332.91 | 0.99 | 0.65 |
| Hex | FE | 4F | 9E | 0 | 45 | 26 | 0 | 14D | 63 | 41 |
| Octal | 376 | 117 | 236 | 0 | 105 | 46 | 0 | 515 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10011110 | 0 | 1000101 | 100110 | 0 | 101001101 | 1100011 | 1000001 |
Color Harmonies of #FE4F9E
Complementary color
Monochromatic Colors of #FE4F9E
Black with #FE4F9E
Text Example
Text Example
White with #FE4F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F9E; }
p { color: rgb(254,79,158); }
H1.HeaderClassName
{
color: #FE4F9E;
}
.AnyTagClassName
{
color: #FE4F9E;
}
</style>
background-color css
<style>
a { background-color: #FE4F9E; }
a { background-color: rgb(254,79,158); }
div.DivClassName
{
background-color: #FE4F9E;
}
.BgClassName
{
background-color: #FE4F9E;
}
</style>
border-color css
<style>
span { border-color: #FE4F9E; }
span { border-color: rgb(254,79,158); }
td.TdClassName
{
border-color: #FE4F9E;
}
.TagClassName
{
border-color: #FE4F9E;
}
</style>