Shades of French Rose #F84E90
Tints of French Rose #F84E90
RGB
CMYK
RGB Variations
Color information
#F84E90 (or 0xF84E90) is known color: French Rose. HEX triplet: F8, 4E and 90. RGB value is (248,78,144). Sum of RGB (Red+Green+Blue) = 248+78+144=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84E90 is #07B16F. Grayscale: #888888. Windows color (decimal): -504176 or 9457400. OLE color: 9457400.
HSL color Cylindrical-coordinate representation of color #F84E90: hue angle of 336.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84E90 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 144 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.03 |
| HSL | 336.71º | 0.92% | 0.64% | - |
| HSV(B) | 336.71º | 0.69% | 0.97% | - |
| XYZ | 46.47 | 27.42 | 29.23 | - |
| YUV | 136.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 144 | 0 | 0.69 | 0.42 | 0.03 | 336.71 | 0.92 | 0.64 |
| Hex | F8 | 4E | 90 | 0 | 45 | 2A | 3 | 151 | 5C | 40 |
| Octal | 370 | 116 | 220 | 0 | 105 | 52 | 3 | 521 | 134 | 100 |
| Binary | 11111000 | 1001110 | 10010000 | 0 | 1000101 | 101010 | 11 | 101010001 | 1011100 | 1000000 |
Color Harmonies of #F84E90
Complementary color
Monochromatic Colors of #F84E90
Black with #F84E90
Text Example
Text Example
White with #F84E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E90; }
p { color: rgb(248,78,144); }
H1.HeaderClassName
{
color: #F84E90;
}
.AnyTagClassName
{
color: #F84E90;
}
</style>
background-color css
<style>
a { background-color: #F84E90; }
a { background-color: rgb(248,78,144); }
div.DivClassName
{
background-color: #F84E90;
}
.BgClassName
{
background-color: #F84E90;
}
</style>
border-color css
<style>
span { border-color: #F84E90; }
span { border-color: rgb(248,78,144); }
td.TdClassName
{
border-color: #F84E90;
}
.TagClassName
{
border-color: #F84E90;
}
</style>