Shades of Brilliant Rose #FE4AB6
Tints of Brilliant Rose #FE4AB6
RGB
CMYK
RGB Variations
Color information
#FE4AB6 (or 0xFE4AB6) is known color: Brilliant Rose. HEX triplet: FE, 4A and B6. RGB value is (254,74,182). Sum of RGB (Red+Green+Blue) = 254+74+182=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AB6 is #01B549. Grayscale: #8B8B8B. Windows color (decimal): -111946 or 11946750. OLE color: 11946750.
HSL color Cylindrical-coordinate representation of color #FE4AB6: hue angle of 324º 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 #FE4AB6 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 182 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.00 |
| HSL | 324º | 0.99% | 0.64% | - |
| HSV(B) | 324º | 0.71% | 1% | - |
| XYZ | 51.77 | 29.35 | 47.19 | - |
| YUV | 140.13 | 151.63 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 182 | 0 | 0.71 | 0.28 | 0.00 | 324 | 0.99 | 0.64 |
| Hex | FE | 4A | B6 | 0 | 47 | 1C | 0 | 144 | 63 | 40 |
| Octal | 376 | 112 | 266 | 0 | 107 | 34 | 0 | 504 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10110110 | 0 | 1000111 | 11100 | 0 | 101000100 | 1100011 | 1000000 |
Color Harmonies of #FE4AB6
Complementary color
Monochromatic Colors of #FE4AB6
Black with #FE4AB6
Text Example
Text Example
White with #FE4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AB6; }
p { color: rgb(254,74,182); }
H1.HeaderClassName
{
color: #FE4AB6;
}
.AnyTagClassName
{
color: #FE4AB6;
}
</style>
background-color css
<style>
a { background-color: #FE4AB6; }
a { background-color: rgb(254,74,182); }
div.DivClassName
{
background-color: #FE4AB6;
}
.BgClassName
{
background-color: #FE4AB6;
}
</style>
border-color css
<style>
span { border-color: #FE4AB6; }
span { border-color: rgb(254,74,182); }
td.TdClassName
{
border-color: #FE4AB6;
}
.TagClassName
{
border-color: #FE4AB6;
}
</style>