Shades of Brilliant Rose #FE4FB9
Tints of Brilliant Rose #FE4FB9
RGB
CMYK
RGB Variations
Color information
#FE4FB9 (or 0xFE4FB9) is known color: Brilliant Rose. HEX triplet: FE, 4F and B9. RGB value is (254,79,185). Sum of RGB (Red+Green+Blue) = 254+79+185=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FB9 is #01B046. Grayscale: #8F8F8F. Windows color (decimal): -110663 or 12144638. OLE color: 12144638.
HSL color Cylindrical-coordinate representation of color #FE4FB9: hue angle of 323.66º 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 #FE4FB9 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 185 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.00 |
| HSL | 323.66º | 0.99% | 0.65% | - |
| HSV(B) | 323.66º | 0.69% | 1% | - |
| XYZ | 52.43 | 30.17 | 48.96 | - |
| YUV | 143.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 185 | 0 | 0.69 | 0.27 | 0.00 | 323.66 | 0.99 | 0.65 |
| Hex | FE | 4F | B9 | 0 | 45 | 1B | 0 | 144 | 63 | 41 |
| Octal | 376 | 117 | 271 | 0 | 105 | 33 | 0 | 504 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10111001 | 0 | 1000101 | 11011 | 0 | 101000100 | 1100011 | 1000001 |
Color Harmonies of #FE4FB9
Complementary color
Monochromatic Colors of #FE4FB9
Black with #FE4FB9
Text Example
Text Example
White with #FE4FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FB9; }
p { color: rgb(254,79,185); }
H1.HeaderClassName
{
color: #FE4FB9;
}
.AnyTagClassName
{
color: #FE4FB9;
}
</style>
background-color css
<style>
a { background-color: #FE4FB9; }
a { background-color: rgb(254,79,185); }
div.DivClassName
{
background-color: #FE4FB9;
}
.BgClassName
{
background-color: #FE4FB9;
}
</style>
border-color css
<style>
span { border-color: #FE4FB9; }
span { border-color: rgb(254,79,185); }
td.TdClassName
{
border-color: #FE4FB9;
}
.TagClassName
{
border-color: #FE4FB9;
}
</style>