Shades of Brilliant Rose #FE4CAB
Tints of Brilliant Rose #FE4CAB
RGB
CMYK
RGB Variations
Color information
#FE4CAB (or 0xFE4CAB) is known color: Brilliant Rose. HEX triplet: FE, 4C and AB. RGB value is (254,76,171). Sum of RGB (Red+Green+Blue) = 254+76+171=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CAB is #01B354. Grayscale: #8B8B8B. Windows color (decimal): -111445 or 11226366. OLE color: 11226366.
HSL color Cylindrical-coordinate representation of color #FE4CAB: hue angle of 327.98º 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 #FE4CAB is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 171 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.00 |
| HSL | 327.98º | 0.99% | 0.65% | - |
| HSV(B) | 327.98º | 0.7% | 1% | - |
| XYZ | 50.81 | 29.18 | 41.48 | - |
| YUV | 140.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 171 | 0 | 0.70 | 0.33 | 0.00 | 327.98 | 0.99 | 0.65 |
| Hex | FE | 4C | AB | 0 | 46 | 21 | 0 | 148 | 63 | 41 |
| Octal | 376 | 114 | 253 | 0 | 106 | 41 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10101011 | 0 | 1000110 | 100001 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4CAB
Complementary color
Monochromatic Colors of #FE4CAB
Black with #FE4CAB
Text Example
Text Example
White with #FE4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CAB; }
p { color: rgb(254,76,171); }
H1.HeaderClassName
{
color: #FE4CAB;
}
.AnyTagClassName
{
color: #FE4CAB;
}
</style>
background-color css
<style>
a { background-color: #FE4CAB; }
a { background-color: rgb(254,76,171); }
div.DivClassName
{
background-color: #FE4CAB;
}
.BgClassName
{
background-color: #FE4CAB;
}
</style>
border-color css
<style>
span { border-color: #FE4CAB; }
span { border-color: rgb(254,76,171); }
td.TdClassName
{
border-color: #FE4CAB;
}
.TagClassName
{
border-color: #FE4CAB;
}
</style>