Shades of Brilliant Rose #FE5BAF
Tints of Brilliant Rose #FE5BAF
RGB
CMYK
RGB Variations
Color information
#FE5BAF (or 0xFE5BAF) is known color: Brilliant Rose. HEX triplet: FE, 5B and AF. RGB value is (254,91,175). Sum of RGB (Red+Green+Blue) = 254+91+175=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BAF is #01A450. Grayscale: #959595. Windows color (decimal): -107601 or 11492350. OLE color: 11492350.
HSL color Cylindrical-coordinate representation of color #FE5BAF: hue angle of 329.08º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BAF is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 175 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.00 |
| HSL | 329.08º | 0.99% | 0.68% | - |
| HSV(B) | 329.08º | 0.64% | 1% | - |
| XYZ | 52.35 | 31.65 | 43.91 | - |
| YUV | 149.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 175 | 0 | 0.64 | 0.31 | 0.00 | 329.08 | 0.99 | 0.68 |
| Hex | FE | 5B | AF | 0 | 40 | 1F | 0 | 149 | 63 | 44 |
| Octal | 376 | 133 | 257 | 0 | 100 | 37 | 0 | 511 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10101111 | 0 | 1000000 | 11111 | 0 | 101001001 | 1100011 | 1000100 |
Color Harmonies of #FE5BAF
Complementary color
Monochromatic Colors of #FE5BAF
Black with #FE5BAF
Text Example
Text Example
White with #FE5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BAF; }
p { color: rgb(254,91,175); }
H1.HeaderClassName
{
color: #FE5BAF;
}
.AnyTagClassName
{
color: #FE5BAF;
}
</style>
background-color css
<style>
a { background-color: #FE5BAF; }
a { background-color: rgb(254,91,175); }
div.DivClassName
{
background-color: #FE5BAF;
}
.BgClassName
{
background-color: #FE5BAF;
}
</style>
border-color css
<style>
span { border-color: #FE5BAF; }
span { border-color: rgb(254,91,175); }
td.TdClassName
{
border-color: #FE5BAF;
}
.TagClassName
{
border-color: #FE5BAF;
}
</style>