Shades of French Rose #FE4A7D
Tints of French Rose #FE4A7D
RGB
CMYK
RGB Variations
Color information
#FE4A7D (or 0xFE4A7D) is known color: French Rose. HEX triplet: FE, 4A and 7D. RGB value is (254,74,125). Sum of RGB (Red+Green+Blue) = 254+74+125=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A7D is #01B582. Grayscale: #858585. Windows color (decimal): -112003 or 8211198. OLE color: 8211198.
HSL color Cylindrical-coordinate representation of color #FE4A7D: hue angle of 343º 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 #FE4A7D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 125 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.00 |
| HSL | 343º | 0.99% | 0.64% | - |
| HSV(B) | 343º | 0.71% | 1% | - |
| XYZ | 47.02 | 27.45 | 22.22 | - |
| YUV | 133.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 125 | 0 | 0.71 | 0.51 | 0.00 | 343 | 0.99 | 0.64 |
| Hex | FE | 4A | 7D | 0 | 47 | 33 | 0 | 157 | 63 | 40 |
| Octal | 376 | 112 | 175 | 0 | 107 | 63 | 0 | 527 | 143 | 100 |
| Binary | 11111110 | 1001010 | 1111101 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100011 | 1000000 |
Color Harmonies of #FE4A7D
Complementary color
Monochromatic Colors of #FE4A7D
Black with #FE4A7D
Text Example
Text Example
White with #FE4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A7D; }
p { color: rgb(254,74,125); }
H1.HeaderClassName
{
color: #FE4A7D;
}
.AnyTagClassName
{
color: #FE4A7D;
}
</style>
background-color css
<style>
a { background-color: #FE4A7D; }
a { background-color: rgb(254,74,125); }
div.DivClassName
{
background-color: #FE4A7D;
}
.BgClassName
{
background-color: #FE4A7D;
}
</style>
border-color css
<style>
span { border-color: #FE4A7D; }
span { border-color: rgb(254,74,125); }
td.TdClassName
{
border-color: #FE4A7D;
}
.TagClassName
{
border-color: #FE4A7D;
}
</style>