Shades of Brilliant Rose #FE5CA3
Tints of Brilliant Rose #FE5CA3
RGB
CMYK
RGB Variations
Color information
#FE5CA3 (or 0xFE5CA3) is known color: Brilliant Rose. HEX triplet: FE, 5C and A3. RGB value is (254,92,163). Sum of RGB (Red+Green+Blue) = 254+92+163=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CA3 is #01A35C. Grayscale: #949494. Windows color (decimal): -107357 or 10706174. OLE color: 10706174.
HSL color Cylindrical-coordinate representation of color #FE5CA3: hue angle of 333.7º 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 #FE5CA3 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 163 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.00 |
| HSL | 333.7º | 0.99% | 0.68% | - |
| HSV(B) | 333.7º | 0.64% | 1% | - |
| XYZ | 51.31 | 31.37 | 38 | - |
| YUV | 148.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 163 | 0 | 0.64 | 0.36 | 0.00 | 333.7 | 0.99 | 0.68 |
| Hex | FE | 5C | A3 | 0 | 40 | 24 | 0 | 14E | 63 | 44 |
| Octal | 376 | 134 | 243 | 0 | 100 | 44 | 0 | 516 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10100011 | 0 | 1000000 | 100100 | 0 | 101001110 | 1100011 | 1000100 |
Color Harmonies of #FE5CA3
Complementary color
Monochromatic Colors of #FE5CA3
Black with #FE5CA3
Text Example
Text Example
White with #FE5CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CA3; }
p { color: rgb(254,92,163); }
H1.HeaderClassName
{
color: #FE5CA3;
}
.AnyTagClassName
{
color: #FE5CA3;
}
</style>
background-color css
<style>
a { background-color: #FE5CA3; }
a { background-color: rgb(254,92,163); }
div.DivClassName
{
background-color: #FE5CA3;
}
.BgClassName
{
background-color: #FE5CA3;
}
</style>
border-color css
<style>
span { border-color: #FE5CA3; }
span { border-color: rgb(254,92,163); }
td.TdClassName
{
border-color: #FE5CA3;
}
.TagClassName
{
border-color: #FE5CA3;
}
</style>