Shades of Brilliant Rose #FE4AB5
Tints of Brilliant Rose #FE4AB5
RGB
CMYK
RGB Variations
Color information
#FE4AB5 (or 0xFE4AB5) is known color: Brilliant Rose. HEX triplet: FE, 4A and B5. RGB value is (254,74,181). Sum of RGB (Red+Green+Blue) = 254+74+181=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AB5 is #01B54A. Grayscale: #8B8B8B. Windows color (decimal): -111947 or 11881214. OLE color: 11881214.
HSL color Cylindrical-coordinate representation of color #FE4AB5: hue angle of 324.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AB5 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 181 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.00 |
| HSL | 324.33º | 0.99% | 0.64% | - |
| HSV(B) | 324.33º | 0.71% | 1% | - |
| XYZ | 51.66 | 29.3 | 46.65 | - |
| YUV | 140.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 181 | 0 | 0.71 | 0.29 | 0.00 | 324.33 | 0.99 | 0.64 |
| Hex | FE | 4A | B5 | 0 | 47 | 1D | 0 | 144 | 63 | 40 |
| Octal | 376 | 112 | 265 | 0 | 107 | 35 | 0 | 504 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10110101 | 0 | 1000111 | 11101 | 0 | 101000100 | 1100011 | 1000000 |
Color Harmonies of #FE4AB5
Complementary color
Monochromatic Colors of #FE4AB5
Black with #FE4AB5
Text Example
Text Example
White with #FE4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AB5; }
p { color: rgb(254,74,181); }
H1.HeaderClassName
{
color: #FE4AB5;
}
.AnyTagClassName
{
color: #FE4AB5;
}
</style>
background-color css
<style>
a { background-color: #FE4AB5; }
a { background-color: rgb(254,74,181); }
div.DivClassName
{
background-color: #FE4AB5;
}
.BgClassName
{
background-color: #FE4AB5;
}
</style>
border-color css
<style>
span { border-color: #FE4AB5; }
span { border-color: rgb(254,74,181); }
td.TdClassName
{
border-color: #FE4AB5;
}
.TagClassName
{
border-color: #FE4AB5;
}
</style>