Shades of French Rose #FE4A8F
Tints of French Rose #FE4A8F
RGB
CMYK
RGB Variations
Color information
#FE4A8F (or 0xFE4A8F) is known color: French Rose. HEX triplet: FE, 4A and 8F. RGB value is (254,74,143). Sum of RGB (Red+Green+Blue) = 254+74+143=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A8F is #01B570. Grayscale: #878787. Windows color (decimal): -111985 or 9390846. OLE color: 9390846.
HSL color Cylindrical-coordinate representation of color #FE4A8F: hue angle of 337º 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 #FE4A8F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 143 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.00 |
| HSL | 337º | 0.99% | 0.64% | - |
| HSV(B) | 337º | 0.71% | 1% | - |
| XYZ | 48.28 | 27.95 | 28.84 | - |
| YUV | 135.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 143 | 0 | 0.71 | 0.44 | 0.00 | 337 | 0.99 | 0.64 |
| Hex | FE | 4A | 8F | 0 | 47 | 2C | 0 | 151 | 63 | 40 |
| Octal | 376 | 112 | 217 | 0 | 107 | 54 | 0 | 521 | 143 | 100 |
| Binary | 11111110 | 1001010 | 10001111 | 0 | 1000111 | 101100 | 0 | 101010001 | 1100011 | 1000000 |
Color Harmonies of #FE4A8F
Complementary color
Monochromatic Colors of #FE4A8F
Black with #FE4A8F
Text Example
Text Example
White with #FE4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A8F; }
p { color: rgb(254,74,143); }
H1.HeaderClassName
{
color: #FE4A8F;
}
.AnyTagClassName
{
color: #FE4A8F;
}
</style>
background-color css
<style>
a { background-color: #FE4A8F; }
a { background-color: rgb(254,74,143); }
div.DivClassName
{
background-color: #FE4A8F;
}
.BgClassName
{
background-color: #FE4A8F;
}
</style>
border-color css
<style>
span { border-color: #FE4A8F; }
span { border-color: rgb(254,74,143); }
td.TdClassName
{
border-color: #FE4A8F;
}
.TagClassName
{
border-color: #FE4A8F;
}
</style>