Shades of French Rose #FE4B7E
Tints of French Rose #FE4B7E
RGB
CMYK
RGB Variations
Color information
#FE4B7E (or 0xFE4B7E) is known color: French Rose. HEX triplet: FE, 4B and 7E. RGB value is (254,75,126). Sum of RGB (Red+Green+Blue) = 254+75+126=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B7E is #01B481. Grayscale: #868686. Windows color (decimal): -111746 or 8276990. OLE color: 8276990.
HSL color Cylindrical-coordinate representation of color #FE4B7E: hue angle of 342.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4B7E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 126 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.00 |
| HSL | 342.91º | 0.99% | 0.65% | - |
| HSV(B) | 342.91º | 0.7% | 1% | - |
| XYZ | 47.16 | 27.61 | 22.58 | - |
| YUV | 134.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 126 | 0 | 0.70 | 0.50 | 0.00 | 342.91 | 0.99 | 0.65 |
| Hex | FE | 4B | 7E | 0 | 46 | 32 | 0 | 157 | 63 | 41 |
| Octal | 376 | 113 | 176 | 0 | 106 | 62 | 0 | 527 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1111110 | 0 | 1000110 | 110010 | 0 | 101010111 | 1100011 | 1000001 |
Color Harmonies of #FE4B7E
Complementary color
Monochromatic Colors of #FE4B7E
Black with #FE4B7E
Text Example
Text Example
White with #FE4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B7E; }
p { color: rgb(254,75,126); }
H1.HeaderClassName
{
color: #FE4B7E;
}
.AnyTagClassName
{
color: #FE4B7E;
}
</style>
background-color css
<style>
a { background-color: #FE4B7E; }
a { background-color: rgb(254,75,126); }
div.DivClassName
{
background-color: #FE4B7E;
}
.BgClassName
{
background-color: #FE4B7E;
}
</style>
border-color css
<style>
span { border-color: #FE4B7E; }
span { border-color: rgb(254,75,126); }
td.TdClassName
{
border-color: #FE4B7E;
}
.TagClassName
{
border-color: #FE4B7E;
}
</style>