Shades of Brilliant Rose #FE5CA6
Tints of Brilliant Rose #FE5CA6
RGB
CMYK
RGB Variations
Color information
#FE5CA6 (or 0xFE5CA6) is known color: Brilliant Rose. HEX triplet: FE, 5C and A6. RGB value is (254,92,166). Sum of RGB (Red+Green+Blue) = 254+92+166=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CA6 is #01A359. Grayscale: #949494. Windows color (decimal): -107354 or 10902782. OLE color: 10902782.
HSL color Cylindrical-coordinate representation of color #FE5CA6: hue angle of 332.59º 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 #FE5CA6 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 166 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.00 |
| HSL | 332.59º | 0.99% | 0.68% | - |
| HSV(B) | 332.59º | 0.64% | 1% | - |
| XYZ | 51.58 | 31.48 | 39.43 | - |
| YUV | 148.87 | 137.67 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 166 | 0 | 0.64 | 0.35 | 0.00 | 332.59 | 0.99 | 0.68 |
| Hex | FE | 5C | A6 | 0 | 40 | 23 | 0 | 14D | 63 | 44 |
| Octal | 376 | 134 | 246 | 0 | 100 | 43 | 0 | 515 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10100110 | 0 | 1000000 | 100011 | 0 | 101001101 | 1100011 | 1000100 |
Color Harmonies of #FE5CA6
Complementary color
Monochromatic Colors of #FE5CA6
Black with #FE5CA6
Text Example
Text Example
White with #FE5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CA6; }
p { color: rgb(254,92,166); }
H1.HeaderClassName
{
color: #FE5CA6;
}
.AnyTagClassName
{
color: #FE5CA6;
}
</style>
background-color css
<style>
a { background-color: #FE5CA6; }
a { background-color: rgb(254,92,166); }
div.DivClassName
{
background-color: #FE5CA6;
}
.BgClassName
{
background-color: #FE5CA6;
}
</style>
border-color css
<style>
span { border-color: #FE5CA6; }
span { border-color: rgb(254,92,166); }
td.TdClassName
{
border-color: #FE5CA6;
}
.TagClassName
{
border-color: #FE5CA6;
}
</style>