Shades of French Rose #FE4A7B
Tints of French Rose #FE4A7B
RGB
CMYK
RGB Variations
Color information
#FE4A7B (or 0xFE4A7B) is known color: French Rose. HEX triplet: FE, 4A and 7B. RGB value is (254,74,123). Sum of RGB (Red+Green+Blue) = 254+74+123=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A7B is #01B584. Grayscale: #858585. Windows color (decimal): -112005 or 8080126. OLE color: 8080126.
HSL color Cylindrical-coordinate representation of color #FE4A7B: hue angle of 343.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 #FE4A7B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 123 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.00 |
| HSL | 343.67º | 0.99% | 0.64% | - |
| HSV(B) | 343.67º | 0.71% | 1% | - |
| XYZ | 46.9 | 27.4 | 21.56 | - |
| YUV | 133.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 123 | 0 | 0.71 | 0.52 | 0.00 | 343.67 | 0.99 | 0.64 |
| Hex | FE | 4A | 7B | 0 | 47 | 34 | 0 | 158 | 63 | 40 |
| Octal | 376 | 112 | 173 | 0 | 107 | 64 | 0 | 530 | 143 | 100 |
| Binary | 11111110 | 1001010 | 1111011 | 0 | 1000111 | 110100 | 0 | 101011000 | 1100011 | 1000000 |
Color Harmonies of #FE4A7B
Complementary color
Monochromatic Colors of #FE4A7B
Black with #FE4A7B
Text Example
Text Example
White with #FE4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A7B; }
p { color: rgb(254,74,123); }
H1.HeaderClassName
{
color: #FE4A7B;
}
.AnyTagClassName
{
color: #FE4A7B;
}
</style>
background-color css
<style>
a { background-color: #FE4A7B; }
a { background-color: rgb(254,74,123); }
div.DivClassName
{
background-color: #FE4A7B;
}
.BgClassName
{
background-color: #FE4A7B;
}
</style>
border-color css
<style>
span { border-color: #FE4A7B; }
span { border-color: rgb(254,74,123); }
td.TdClassName
{
border-color: #FE4A7B;
}
.TagClassName
{
border-color: #FE4A7B;
}
</style>