Shades of Brilliant Rose #FE5CAC
Tints of Brilliant Rose #FE5CAC
RGB
CMYK
RGB Variations
Color information
#FE5CAC (or 0xFE5CAC) is known color: Brilliant Rose. HEX triplet: FE, 5C and AC. RGB value is (254,92,172). Sum of RGB (Red+Green+Blue) = 254+92+172=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CAC is #01A353. Grayscale: #959595. Windows color (decimal): -107348 or 11295998. OLE color: 11295998.
HSL color Cylindrical-coordinate representation of color #FE5CAC: hue angle of 330.37º 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 #FE5CAC is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 172 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.00 |
| HSL | 330.37º | 0.99% | 0.68% | - |
| HSV(B) | 330.37º | 0.64% | 1% | - |
| XYZ | 52.15 | 31.7 | 42.4 | - |
| YUV | 149.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 172 | 0 | 0.64 | 0.32 | 0.00 | 330.37 | 0.99 | 0.68 |
| Hex | FE | 5C | AC | 0 | 40 | 20 | 0 | 14A | 63 | 44 |
| Octal | 376 | 134 | 254 | 0 | 100 | 40 | 0 | 512 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10101100 | 0 | 1000000 | 100000 | 0 | 101001010 | 1100011 | 1000100 |
Color Harmonies of #FE5CAC
Complementary color
Monochromatic Colors of #FE5CAC
Black with #FE5CAC
Text Example
Text Example
White with #FE5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CAC; }
p { color: rgb(254,92,172); }
H1.HeaderClassName
{
color: #FE5CAC;
}
.AnyTagClassName
{
color: #FE5CAC;
}
</style>
background-color css
<style>
a { background-color: #FE5CAC; }
a { background-color: rgb(254,92,172); }
div.DivClassName
{
background-color: #FE5CAC;
}
.BgClassName
{
background-color: #FE5CAC;
}
</style>
border-color css
<style>
span { border-color: #FE5CAC; }
span { border-color: rgb(254,92,172); }
td.TdClassName
{
border-color: #FE5CAC;
}
.TagClassName
{
border-color: #FE5CAC;
}
</style>