Shades of French Rose #F04881
Tints of French Rose #F04881
RGB
CMYK
RGB Variations
Color information
#F04881 (or 0xF04881) is known color: French Rose. HEX triplet: F0, 48 and 81. RGB value is (240,72,129). Sum of RGB (Red+Green+Blue) = 240+72+129=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04881 is #0FB77E. Grayscale: #808080. Windows color (decimal): -1030015 or 8472816. OLE color: 8472816.
HSL color Cylindrical-coordinate representation of color #F04881: hue angle of 339.64º 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 #F04881 is Cyan = 0, Magento = 0.7, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 129 | - |
| CMYK | 0 | 0.7 | 0.46 | 0.06 |
| HSL | 339.64º | 0.85% | 0.61% | - |
| HSV(B) | 339.64º | 0.7% | 0.94% | - |
| XYZ | 42.21 | 24.74 | 23.32 | - |
| YUV | 128.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 129 | 0 | 0.7 | 0.46 | 0.06 | 339.64 | 0.85 | 0.61 |
| Hex | F0 | 48 | 81 | 0 | 46 | 2E | 6 | 154 | 55 | 3D |
| Octal | 360 | 110 | 201 | 0 | 106 | 56 | 6 | 524 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10000001 | 0 | 1000110 | 101110 | 110 | 101010100 | 1010101 | 111101 |
Color Harmonies of #F04881
Complementary color
Monochromatic Colors of #F04881
Black with #F04881
Text Example
Text Example
White with #F04881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04881; }
p { color: rgb(240,72,129); }
H1.HeaderClassName
{
color: #F04881;
}
.AnyTagClassName
{
color: #F04881;
}
</style>
background-color css
<style>
a { background-color: #F04881; }
a { background-color: rgb(240,72,129); }
div.DivClassName
{
background-color: #F04881;
}
.BgClassName
{
background-color: #F04881;
}
</style>
border-color css
<style>
span { border-color: #F04881; }
span { border-color: rgb(240,72,129); }
td.TdClassName
{
border-color: #F04881;
}
.TagClassName
{
border-color: #F04881;
}
</style>