Shades of French Rose #F84F85
Tints of French Rose #F84F85
RGB
CMYK
RGB Variations
Color information
#F84F85 (or 0xF84F85) is known color: French Rose. HEX triplet: F8, 4F and 85. RGB value is (248,79,133). Sum of RGB (Red+Green+Blue) = 248+79+133=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F85 is #07B07A. Grayscale: #878787. Windows color (decimal): -503931 or 8736760. OLE color: 8736760.
HSL color Cylindrical-coordinate representation of color #F84F85: hue angle of 340.83º 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 #F84F85 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 133 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.03 |
| HSL | 340.83º | 0.92% | 0.64% | - |
| HSV(B) | 340.83º | 0.68% | 0.97% | - |
| XYZ | 45.74 | 27.24 | 25.04 | - |
| YUV | 135.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 133 | 0 | 0.68 | 0.46 | 0.03 | 340.83 | 0.92 | 0.64 |
| Hex | F8 | 4F | 85 | 0 | 44 | 2E | 3 | 155 | 5C | 40 |
| Octal | 370 | 117 | 205 | 0 | 104 | 56 | 3 | 525 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10000101 | 0 | 1000100 | 101110 | 11 | 101010101 | 1011100 | 1000000 |
Color Harmonies of #F84F85
Complementary color
Monochromatic Colors of #F84F85
Black with #F84F85
Text Example
Text Example
White with #F84F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F85; }
p { color: rgb(248,79,133); }
H1.HeaderClassName
{
color: #F84F85;
}
.AnyTagClassName
{
color: #F84F85;
}
</style>
background-color css
<style>
a { background-color: #F84F85; }
a { background-color: rgb(248,79,133); }
div.DivClassName
{
background-color: #F84F85;
}
.BgClassName
{
background-color: #F84F85;
}
</style>
border-color css
<style>
span { border-color: #F84F85; }
span { border-color: rgb(248,79,133); }
td.TdClassName
{
border-color: #F84F85;
}
.TagClassName
{
border-color: #F84F85;
}
</style>