Shades of French Rose #F04A8C
Tints of French Rose #F04A8C
RGB
CMYK
RGB Variations
Color information
#F04A8C (or 0xF04A8C) is known color: French Rose. HEX triplet: F0, 4A and 8C. RGB value is (240,74,140). Sum of RGB (Red+Green+Blue) = 240+74+140=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A8C is #0FB573. Grayscale: #838383. Windows color (decimal): -1029492 or 9194224. OLE color: 9194224.
HSL color Cylindrical-coordinate representation of color #F04A8C: hue angle of 336.14º 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 #F04A8C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 140 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.06 |
| HSL | 336.14º | 0.85% | 0.62% | - |
| HSV(B) | 336.14º | 0.69% | 0.94% | - |
| XYZ | 43.12 | 25.32 | 27.42 | - |
| YUV | 131.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 140 | 0 | 0.69 | 0.42 | 0.06 | 336.14 | 0.85 | 0.62 |
| Hex | F0 | 4A | 8C | 0 | 45 | 2A | 6 | 150 | 55 | 3E |
| Octal | 360 | 112 | 214 | 0 | 105 | 52 | 6 | 520 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10001100 | 0 | 1000101 | 101010 | 110 | 101010000 | 1010101 | 111110 |
Color Harmonies of #F04A8C
Complementary color
Monochromatic Colors of #F04A8C
Black with #F04A8C
Text Example
Text Example
White with #F04A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A8C; }
p { color: rgb(240,74,140); }
H1.HeaderClassName
{
color: #F04A8C;
}
.AnyTagClassName
{
color: #F04A8C;
}
</style>
background-color css
<style>
a { background-color: #F04A8C; }
a { background-color: rgb(240,74,140); }
div.DivClassName
{
background-color: #F04A8C;
}
.BgClassName
{
background-color: #F04A8C;
}
</style>
border-color css
<style>
span { border-color: #F04A8C; }
span { border-color: rgb(240,74,140); }
td.TdClassName
{
border-color: #F04A8C;
}
.TagClassName
{
border-color: #F04A8C;
}
</style>