Shades of French Rose #F45385
Tints of French Rose #F45385
RGB
CMYK
RGB Variations
Color information
#F45385 (or 0xF45385) is known color: French Rose. HEX triplet: F4, 53 and 85. RGB value is (244,83,133). Sum of RGB (Red+Green+Blue) = 244+83+133=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F45385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45385 is #0BAC7A. Grayscale: #888888. Windows color (decimal): -765051 or 8737780. OLE color: 8737780.
HSL color Cylindrical-coordinate representation of color #F45385: hue angle of 341.37º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45385 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 133 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.04 |
| HSL | 341.37º | 0.88% | 0.64% | - |
| HSV(B) | 341.37º | 0.66% | 0.96% | - |
| XYZ | 44.64 | 27.11 | 25.07 | - |
| YUV | 136.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 133 | 0 | 0.66 | 0.45 | 0.04 | 341.37 | 0.88 | 0.64 |
| Hex | F4 | 53 | 85 | 0 | 42 | 2D | 4 | 155 | 58 | 40 |
| Octal | 364 | 123 | 205 | 0 | 102 | 55 | 4 | 525 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10000101 | 0 | 1000010 | 101101 | 100 | 101010101 | 1011000 | 1000000 |
Color Harmonies of #F45385
Complementary color
Monochromatic Colors of #F45385
Black with #F45385
Text Example
Text Example
White with #F45385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45385; }
p { color: rgb(244,83,133); }
H1.HeaderClassName
{
color: #F45385;
}
.AnyTagClassName
{
color: #F45385;
}
</style>
background-color css
<style>
a { background-color: #F45385; }
a { background-color: rgb(244,83,133); }
div.DivClassName
{
background-color: #F45385;
}
.BgClassName
{
background-color: #F45385;
}
</style>
border-color css
<style>
span { border-color: #F45385; }
span { border-color: rgb(244,83,133); }
td.TdClassName
{
border-color: #F45385;
}
.TagClassName
{
border-color: #F45385;
}
</style>