Shades of French Rose #F45085
Tints of French Rose #F45085
RGB
CMYK
RGB Variations
Color information
#F45085 (or 0xF45085) is known color: French Rose. HEX triplet: F4, 50 and 85. RGB value is (244,80,133). Sum of RGB (Red+Green+Blue) = 244+80+133=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F45085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45085 is #0BAF7A. Grayscale: #878787. Windows color (decimal): -765819 or 8737012. OLE color: 8737012.
HSL color Cylindrical-coordinate representation of color #F45085: hue angle of 340.61º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45085 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 133 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.04 |
| HSL | 340.61º | 0.88% | 0.64% | - |
| HSV(B) | 340.61º | 0.67% | 0.96% | - |
| XYZ | 44.41 | 26.66 | 25 | - |
| YUV | 135.08 | 126.83 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 133 | 0 | 0.67 | 0.45 | 0.04 | 340.61 | 0.88 | 0.64 |
| Hex | F4 | 50 | 85 | 0 | 43 | 2D | 4 | 155 | 58 | 40 |
| Octal | 364 | 120 | 205 | 0 | 103 | 55 | 4 | 525 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10000101 | 0 | 1000011 | 101101 | 100 | 101010101 | 1011000 | 1000000 |
Color Harmonies of #F45085
Complementary color
Monochromatic Colors of #F45085
Black with #F45085
Text Example
Text Example
White with #F45085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45085; }
p { color: rgb(244,80,133); }
H1.HeaderClassName
{
color: #F45085;
}
.AnyTagClassName
{
color: #F45085;
}
</style>
background-color css
<style>
a { background-color: #F45085; }
a { background-color: rgb(244,80,133); }
div.DivClassName
{
background-color: #F45085;
}
.BgClassName
{
background-color: #F45085;
}
</style>
border-color css
<style>
span { border-color: #F45085; }
span { border-color: rgb(244,80,133); }
td.TdClassName
{
border-color: #F45085;
}
.TagClassName
{
border-color: #F45085;
}
</style>