Shades of French Rose #F04885
Tints of French Rose #F04885
RGB
CMYK
RGB Variations
Color information
#F04885 (or 0xF04885) is known color: French Rose. HEX triplet: F0, 48 and 85. RGB value is (240,72,133). Sum of RGB (Red+Green+Blue) = 240+72+133=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F04885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04885 is #0FB77A. Grayscale: #818181. Windows color (decimal): -1030011 or 8734960. OLE color: 8734960.
HSL color Cylindrical-coordinate representation of color #F04885: hue angle of 338.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04885 is Cyan = 0, Magento = 0.7, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 133 | - |
| CMYK | 0 | 0.7 | 0.45 | 0.06 |
| HSL | 338.21º | 0.85% | 0.61% | - |
| HSV(B) | 338.21º | 0.7% | 0.94% | - |
| XYZ | 42.49 | 24.85 | 24.75 | - |
| YUV | 129.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 133 | 0 | 0.7 | 0.45 | 0.06 | 338.21 | 0.85 | 0.61 |
| Hex | F0 | 48 | 85 | 0 | 46 | 2D | 6 | 152 | 55 | 3D |
| Octal | 360 | 110 | 205 | 0 | 106 | 55 | 6 | 522 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10000101 | 0 | 1000110 | 101101 | 110 | 101010010 | 1010101 | 111101 |
Color Harmonies of #F04885
Complementary color
Monochromatic Colors of #F04885
Black with #F04885
Text Example
Text Example
White with #F04885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04885; }
p { color: rgb(240,72,133); }
H1.HeaderClassName
{
color: #F04885;
}
.AnyTagClassName
{
color: #F04885;
}
</style>
background-color css
<style>
a { background-color: #F04885; }
a { background-color: rgb(240,72,133); }
div.DivClassName
{
background-color: #F04885;
}
.BgClassName
{
background-color: #F04885;
}
</style>
border-color css
<style>
span { border-color: #F04885; }
span { border-color: rgb(240,72,133); }
td.TdClassName
{
border-color: #F04885;
}
.TagClassName
{
border-color: #F04885;
}
</style>