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