Shades of French Rose #F84E7F
Tints of French Rose #F84E7F
RGB
CMYK
RGB Variations
Color information
#F84E7F (or 0xF84E7F) is known color: French Rose. HEX triplet: F8, 4E and 7F. RGB value is (248,78,127). Sum of RGB (Red+Green+Blue) = 248+78+127=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E7F is #07B180. Grayscale: #868686. Windows color (decimal): -504193 or 8343288. OLE color: 8343288.
HSL color Cylindrical-coordinate representation of color #F84E7F: hue angle of 342.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 #F84E7F is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 127 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.03 |
| HSL | 342.71º | 0.92% | 0.64% | - |
| HSV(B) | 342.71º | 0.69% | 0.97% | - |
| XYZ | 45.27 | 26.94 | 22.89 | - |
| YUV | 134.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 127 | 0 | 0.69 | 0.49 | 0.03 | 342.71 | 0.92 | 0.64 |
| Hex | F8 | 4E | 7F | 0 | 45 | 31 | 3 | 157 | 5C | 40 |
| Octal | 370 | 116 | 177 | 0 | 105 | 61 | 3 | 527 | 134 | 100 |
| Binary | 11111000 | 1001110 | 1111111 | 0 | 1000101 | 110001 | 11 | 101010111 | 1011100 | 1000000 |
Color Harmonies of #F84E7F
Complementary color
Monochromatic Colors of #F84E7F
Black with #F84E7F
Text Example
Text Example
White with #F84E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E7F; }
p { color: rgb(248,78,127); }
H1.HeaderClassName
{
color: #F84E7F;
}
.AnyTagClassName
{
color: #F84E7F;
}
</style>
background-color css
<style>
a { background-color: #F84E7F; }
a { background-color: rgb(248,78,127); }
div.DivClassName
{
background-color: #F84E7F;
}
.BgClassName
{
background-color: #F84E7F;
}
</style>
border-color css
<style>
span { border-color: #F84E7F; }
span { border-color: rgb(248,78,127); }
td.TdClassName
{
border-color: #F84E7F;
}
.TagClassName
{
border-color: #F84E7F;
}
</style>