Shades of Brilliant Rose #FE4CAC
Tints of Brilliant Rose #FE4CAC
RGB
CMYK
RGB Variations
Color information
#FE4CAC (or 0xFE4CAC) is known color: Brilliant Rose. HEX triplet: FE, 4C and AC. RGB value is (254,76,172). Sum of RGB (Red+Green+Blue) = 254+76+172=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CAC is #01B353. Grayscale: #8B8B8B. Windows color (decimal): -111444 or 11291902. OLE color: 11291902.
HSL color Cylindrical-coordinate representation of color #FE4CAC: hue angle of 327.64º 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 #FE4CAC is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 172 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.00 |
| HSL | 327.64º | 0.99% | 0.65% | - |
| HSV(B) | 327.64º | 0.7% | 1% | - |
| XYZ | 50.9 | 29.22 | 41.99 | - |
| YUV | 140.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 172 | 0 | 0.70 | 0.32 | 0.00 | 327.64 | 0.99 | 0.65 |
| Hex | FE | 4C | AC | 0 | 46 | 20 | 0 | 148 | 63 | 41 |
| Octal | 376 | 114 | 254 | 0 | 106 | 40 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10101100 | 0 | 1000110 | 100000 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4CAC
Complementary color
Monochromatic Colors of #FE4CAC
Black with #FE4CAC
Text Example
Text Example
White with #FE4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CAC; }
p { color: rgb(254,76,172); }
H1.HeaderClassName
{
color: #FE4CAC;
}
.AnyTagClassName
{
color: #FE4CAC;
}
</style>
background-color css
<style>
a { background-color: #FE4CAC; }
a { background-color: rgb(254,76,172); }
div.DivClassName
{
background-color: #FE4CAC;
}
.BgClassName
{
background-color: #FE4CAC;
}
</style>
border-color css
<style>
span { border-color: #FE4CAC; }
span { border-color: rgb(254,76,172); }
td.TdClassName
{
border-color: #FE4CAC;
}
.TagClassName
{
border-color: #FE4CAC;
}
</style>