Shades of French Rose #F84F89
Tints of French Rose #F84F89
RGB
CMYK
RGB Variations
Color information
#F84F89 (or 0xF84F89) is known color: French Rose. HEX triplet: F8, 4F and 89. RGB value is (248,79,137). Sum of RGB (Red+Green+Blue) = 248+79+137=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F89 is #07B076. Grayscale: #888888. Windows color (decimal): -503927 or 8998904. OLE color: 8998904.
HSL color Cylindrical-coordinate representation of color #F84F89: hue angle of 339.41º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F89 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 137 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.03 |
| HSL | 339.41º | 0.92% | 0.64% | - |
| HSV(B) | 339.41º | 0.68% | 0.97% | - |
| XYZ | 46.02 | 27.35 | 26.52 | - |
| YUV | 136.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 137 | 0 | 0.68 | 0.45 | 0.03 | 339.41 | 0.92 | 0.64 |
| Hex | F8 | 4F | 89 | 0 | 44 | 2D | 3 | 153 | 5C | 40 |
| Octal | 370 | 117 | 211 | 0 | 104 | 55 | 3 | 523 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10001001 | 0 | 1000100 | 101101 | 11 | 101010011 | 1011100 | 1000000 |
Color Harmonies of #F84F89
Complementary color
Monochromatic Colors of #F84F89
Black with #F84F89
Text Example
Text Example
White with #F84F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F89; }
p { color: rgb(248,79,137); }
H1.HeaderClassName
{
color: #F84F89;
}
.AnyTagClassName
{
color: #F84F89;
}
</style>
background-color css
<style>
a { background-color: #F84F89; }
a { background-color: rgb(248,79,137); }
div.DivClassName
{
background-color: #F84F89;
}
.BgClassName
{
background-color: #F84F89;
}
</style>
border-color css
<style>
span { border-color: #F84F89; }
span { border-color: rgb(248,79,137); }
td.TdClassName
{
border-color: #F84F89;
}
.TagClassName
{
border-color: #F84F89;
}
</style>