Shades of Brilliant Rose #FE5FAB
Tints of Brilliant Rose #FE5FAB
RGB
CMYK
RGB Variations
Color information
#FE5FAB (or 0xFE5FAB) is known color: Brilliant Rose. HEX triplet: FE, 5F and AB. RGB value is (254,95,171). Sum of RGB (Red+Green+Blue) = 254+95+171=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FAB is #01A054. Grayscale: #979797. Windows color (decimal): -106581 or 11231230. OLE color: 11231230.
HSL color Cylindrical-coordinate representation of color #FE5FAB: hue angle of 331.32º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FAB is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 171 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.00 |
| HSL | 331.32º | 0.99% | 0.68% | - |
| HSV(B) | 331.32º | 0.63% | 1% | - |
| XYZ | 52.32 | 32.2 | 41.99 | - |
| YUV | 151.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 171 | 0 | 0.63 | 0.33 | 0.00 | 331.32 | 0.99 | 0.68 |
| Hex | FE | 5F | AB | 0 | 3F | 21 | 0 | 14B | 63 | 44 |
| Octal | 376 | 137 | 253 | 0 | 77 | 41 | 0 | 513 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10101011 | 0 | 111111 | 100001 | 0 | 101001011 | 1100011 | 1000100 |
Color Harmonies of #FE5FAB
Complementary color
Monochromatic Colors of #FE5FAB
Black with #FE5FAB
Text Example
Text Example
White with #FE5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FAB; }
p { color: rgb(254,95,171); }
H1.HeaderClassName
{
color: #FE5FAB;
}
.AnyTagClassName
{
color: #FE5FAB;
}
</style>
background-color css
<style>
a { background-color: #FE5FAB; }
a { background-color: rgb(254,95,171); }
div.DivClassName
{
background-color: #FE5FAB;
}
.BgClassName
{
background-color: #FE5FAB;
}
</style>
border-color css
<style>
span { border-color: #FE5FAB; }
span { border-color: rgb(254,95,171); }
td.TdClassName
{
border-color: #FE5FAB;
}
.TagClassName
{
border-color: #FE5FAB;
}
</style>