Shades of French Rose #FE4A8A
Tints of French Rose #FE4A8A
RGB
CMYK
RGB Variations
Color information
#FE4A8A (or 0xFE4A8A) is known color: French Rose. HEX triplet: FE, 4A and 8A. RGB value is (254,74,138). Sum of RGB (Red+Green+Blue) = 254+74+138=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A8A is #01B575. Grayscale: #878787. Windows color (decimal): -111990 or 9063166. OLE color: 9063166.
HSL color Cylindrical-coordinate representation of color #FE4A8A: hue angle of 338.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4A8A is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 138 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.00 |
| HSL | 338.67º | 0.99% | 0.64% | - |
| HSV(B) | 338.67º | 0.71% | 1% | - |
| XYZ | 47.91 | 27.8 | 26.89 | - |
| YUV | 135.12 | 129.63 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 138 | 0 | 0.71 | 0.46 | 0.00 | 338.67 | 0.99 | 0.64 |
| Hex | FE | 4A | 8A | 0 | 47 | 2E | 0 | 153 | 63 | 40 |
| Octal | 376 | 112 | 212 | 0 | 107 | 56 | 0 | 523 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10001010 | 0 | 1000111 | 101110 | 0 | 101010011 | 1100011 | 1000000 |
Color Harmonies of #FE4A8A
Complementary color
Monochromatic Colors of #FE4A8A
Black with #FE4A8A
Text Example
Text Example
White with #FE4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A8A; }
p { color: rgb(254,74,138); }
H1.HeaderClassName
{
color: #FE4A8A;
}
.AnyTagClassName
{
color: #FE4A8A;
}
</style>
background-color css
<style>
a { background-color: #FE4A8A; }
a { background-color: rgb(254,74,138); }
div.DivClassName
{
background-color: #FE4A8A;
}
.BgClassName
{
background-color: #FE4A8A;
}
</style>
border-color css
<style>
span { border-color: #FE4A8A; }
span { border-color: rgb(254,74,138); }
td.TdClassName
{
border-color: #FE4A8A;
}
.TagClassName
{
border-color: #FE4A8A;
}
</style>