Shades of French Rose #F04A8A
Tints of French Rose #F04A8A
RGB
CMYK
RGB Variations
Color information
#F04A8A (or 0xF04A8A) is known color: French Rose. HEX triplet: F0, 4A and 8A. RGB value is (240,74,138). Sum of RGB (Red+Green+Blue) = 240+74+138=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A8A is #0FB575. Grayscale: #828282. Windows color (decimal): -1029494 or 9063152. OLE color: 9063152.
HSL color Cylindrical-coordinate representation of color #F04A8A: hue angle of 336.87º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A8A is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 138 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.06 |
| HSL | 336.87º | 0.85% | 0.62% | - |
| HSV(B) | 336.87º | 0.69% | 0.94% | - |
| XYZ | 42.97 | 25.26 | 26.66 | - |
| YUV | 130.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 138 | 0 | 0.69 | 0.42 | 0.06 | 336.87 | 0.85 | 0.62 |
| Hex | F0 | 4A | 8A | 0 | 45 | 2A | 6 | 151 | 55 | 3E |
| Octal | 360 | 112 | 212 | 0 | 105 | 52 | 6 | 521 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10001010 | 0 | 1000101 | 101010 | 110 | 101010001 | 1010101 | 111110 |
Color Harmonies of #F04A8A
Complementary color
Monochromatic Colors of #F04A8A
Black with #F04A8A
Text Example
Text Example
White with #F04A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A8A; }
p { color: rgb(240,74,138); }
H1.HeaderClassName
{
color: #F04A8A;
}
.AnyTagClassName
{
color: #F04A8A;
}
</style>
background-color css
<style>
a { background-color: #F04A8A; }
a { background-color: rgb(240,74,138); }
div.DivClassName
{
background-color: #F04A8A;
}
.BgClassName
{
background-color: #F04A8A;
}
</style>
border-color css
<style>
span { border-color: #F04A8A; }
span { border-color: rgb(240,74,138); }
td.TdClassName
{
border-color: #F04A8A;
}
.TagClassName
{
border-color: #F04A8A;
}
</style>