Shades of Brilliant Rose #FE5CA5
Tints of Brilliant Rose #FE5CA5
RGB
CMYK
RGB Variations
Color information
#FE5CA5 (or 0xFE5CA5) is known color: Brilliant Rose. HEX triplet: FE, 5C and A5. RGB value is (254,92,165). Sum of RGB (Red+Green+Blue) = 254+92+165=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CA5 is #01A35A. Grayscale: #949494. Windows color (decimal): -107355 or 10837246. OLE color: 10837246.
HSL color Cylindrical-coordinate representation of color #FE5CA5: hue angle of 332.96º 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 #FE5CA5 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 165 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.00 |
| HSL | 332.96º | 0.99% | 0.68% | - |
| HSV(B) | 332.96º | 0.64% | 1% | - |
| XYZ | 51.49 | 31.44 | 38.95 | - |
| YUV | 148.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 165 | 0 | 0.64 | 0.35 | 0.00 | 332.96 | 0.99 | 0.68 |
| Hex | FE | 5C | A5 | 0 | 40 | 23 | 0 | 14D | 63 | 44 |
| Octal | 376 | 134 | 245 | 0 | 100 | 43 | 0 | 515 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10100101 | 0 | 1000000 | 100011 | 0 | 101001101 | 1100011 | 1000100 |
Color Harmonies of #FE5CA5
Complementary color
Monochromatic Colors of #FE5CA5
Black with #FE5CA5
Text Example
Text Example
White with #FE5CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CA5; }
p { color: rgb(254,92,165); }
H1.HeaderClassName
{
color: #FE5CA5;
}
.AnyTagClassName
{
color: #FE5CA5;
}
</style>
background-color css
<style>
a { background-color: #FE5CA5; }
a { background-color: rgb(254,92,165); }
div.DivClassName
{
background-color: #FE5CA5;
}
.BgClassName
{
background-color: #FE5CA5;
}
</style>
border-color css
<style>
span { border-color: #FE5CA5; }
span { border-color: rgb(254,92,165); }
td.TdClassName
{
border-color: #FE5CA5;
}
.TagClassName
{
border-color: #FE5CA5;
}
</style>