Shades of French Rose #F84F91
Tints of French Rose #F84F91
RGB
CMYK
RGB Variations
Color information
#F84F91 (or 0xF84F91) is known color: French Rose. HEX triplet: F8, 4F and 91. RGB value is (248,79,145). Sum of RGB (Red+Green+Blue) = 248+79+145=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F91 is #07B06E. Grayscale: #888888. Windows color (decimal): -503919 or 9523192. OLE color: 9523192.
HSL color Cylindrical-coordinate representation of color #F84F91: hue angle of 336.57º 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 #F84F91 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 145 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.03 |
| HSL | 336.57º | 0.92% | 0.64% | - |
| HSV(B) | 336.57º | 0.68% | 0.97% | - |
| XYZ | 46.62 | 27.59 | 29.66 | - |
| YUV | 137.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 145 | 0 | 0.68 | 0.42 | 0.03 | 336.57 | 0.92 | 0.64 |
| Hex | F8 | 4F | 91 | 0 | 44 | 2A | 3 | 151 | 5C | 40 |
| Octal | 370 | 117 | 221 | 0 | 104 | 52 | 3 | 521 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10010001 | 0 | 1000100 | 101010 | 11 | 101010001 | 1011100 | 1000000 |
Color Harmonies of #F84F91
Complementary color
Monochromatic Colors of #F84F91
Black with #F84F91
Text Example
Text Example
White with #F84F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F91; }
p { color: rgb(248,79,145); }
H1.HeaderClassName
{
color: #F84F91;
}
.AnyTagClassName
{
color: #F84F91;
}
</style>
background-color css
<style>
a { background-color: #F84F91; }
a { background-color: rgb(248,79,145); }
div.DivClassName
{
background-color: #F84F91;
}
.BgClassName
{
background-color: #F84F91;
}
</style>
border-color css
<style>
span { border-color: #F84F91; }
span { border-color: rgb(248,79,145); }
td.TdClassName
{
border-color: #F84F91;
}
.TagClassName
{
border-color: #F84F91;
}
</style>