Shades of French Rose #FE4A8B
Tints of French Rose #FE4A8B
RGB
CMYK
RGB Variations
Color information
#FE4A8B (or 0xFE4A8B) is known color: French Rose. HEX triplet: FE, 4A and 8B. RGB value is (254,74,139). Sum of RGB (Red+Green+Blue) = 254+74+139=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A8B is #01B574. Grayscale: #878787. Windows color (decimal): -111989 or 9128702. OLE color: 9128702.
HSL color Cylindrical-coordinate representation of color #FE4A8B: hue angle of 338.33º 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 #FE4A8B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 139 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.00 |
| HSL | 338.33º | 0.99% | 0.64% | - |
| HSV(B) | 338.33º | 0.71% | 1% | - |
| XYZ | 47.98 | 27.83 | 27.27 | - |
| YUV | 135.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 139 | 0 | 0.71 | 0.45 | 0.00 | 338.33 | 0.99 | 0.64 |
| Hex | FE | 4A | 8B | 0 | 47 | 2D | 0 | 152 | 63 | 40 |
| Octal | 376 | 112 | 213 | 0 | 107 | 55 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10001011 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE4A8B
Complementary color
Monochromatic Colors of #FE4A8B
Black with #FE4A8B
Text Example
Text Example
White with #FE4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A8B; }
p { color: rgb(254,74,139); }
H1.HeaderClassName
{
color: #FE4A8B;
}
.AnyTagClassName
{
color: #FE4A8B;
}
</style>
background-color css
<style>
a { background-color: #FE4A8B; }
a { background-color: rgb(254,74,139); }
div.DivClassName
{
background-color: #FE4A8B;
}
.BgClassName
{
background-color: #FE4A8B;
}
</style>
border-color css
<style>
span { border-color: #FE4A8B; }
span { border-color: rgb(254,74,139); }
td.TdClassName
{
border-color: #FE4A8B;
}
.TagClassName
{
border-color: #FE4A8B;
}
</style>