Shades of Brilliant Rose #FE4CA2
Tints of Brilliant Rose #FE4CA2
RGB
CMYK
RGB Variations
Color information
#FE4CA2 (or 0xFE4CA2) is known color: Brilliant Rose. HEX triplet: FE, 4C and A2. RGB value is (254,76,162). Sum of RGB (Red+Green+Blue) = 254+76+162=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CA2 is #01B35D. Grayscale: #8A8A8A. Windows color (decimal): -111454 or 10636542. OLE color: 10636542.
HSL color Cylindrical-coordinate representation of color #FE4CA2: hue angle of 331.01º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CA2 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 162 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.00 |
| HSL | 331.01º | 0.99% | 0.65% | - |
| HSV(B) | 331.01º | 0.7% | 1% | - |
| XYZ | 49.98 | 28.85 | 37.12 | - |
| YUV | 139.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 162 | 0 | 0.70 | 0.36 | 0.00 | 331.01 | 0.99 | 0.65 |
| Hex | FE | 4C | A2 | 0 | 46 | 24 | 0 | 14B | 63 | 41 |
| Octal | 376 | 114 | 242 | 0 | 106 | 44 | 0 | 513 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10100010 | 0 | 1000110 | 100100 | 0 | 101001011 | 1100011 | 1000001 |
Color Harmonies of #FE4CA2
Complementary color
Monochromatic Colors of #FE4CA2
Black with #FE4CA2
Text Example
Text Example
White with #FE4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CA2; }
p { color: rgb(254,76,162); }
H1.HeaderClassName
{
color: #FE4CA2;
}
.AnyTagClassName
{
color: #FE4CA2;
}
</style>
background-color css
<style>
a { background-color: #FE4CA2; }
a { background-color: rgb(254,76,162); }
div.DivClassName
{
background-color: #FE4CA2;
}
.BgClassName
{
background-color: #FE4CA2;
}
</style>
border-color css
<style>
span { border-color: #FE4CA2; }
span { border-color: rgb(254,76,162); }
td.TdClassName
{
border-color: #FE4CA2;
}
.TagClassName
{
border-color: #FE4CA2;
}
</style>