Shades of French Rose #F04C8B
Tints of French Rose #F04C8B
RGB
CMYK
RGB Variations
Color information
#F04C8B (or 0xF04C8B) is known color: French Rose. HEX triplet: F0, 4C and 8B. RGB value is (240,76,139). Sum of RGB (Red+Green+Blue) = 240+76+139=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04C8B is #0FB374. Grayscale: #848484. Windows color (decimal): -1028981 or 9129200. OLE color: 9129200.
HSL color Cylindrical-coordinate representation of color #F04C8B: hue angle of 336.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C8B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 139 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.06 |
| HSL | 336.95º | 0.85% | 0.62% | - |
| HSV(B) | 336.95º | 0.68% | 0.94% | - |
| XYZ | 43.18 | 25.56 | 27.08 | - |
| YUV | 132.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 139 | 0 | 0.68 | 0.42 | 0.06 | 336.95 | 0.85 | 0.62 |
| Hex | F0 | 4C | 8B | 0 | 44 | 2A | 6 | 151 | 55 | 3E |
| Octal | 360 | 114 | 213 | 0 | 104 | 52 | 6 | 521 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10001011 | 0 | 1000100 | 101010 | 110 | 101010001 | 1010101 | 111110 |
Color Harmonies of #F04C8B
Complementary color
Monochromatic Colors of #F04C8B
Black with #F04C8B
Text Example
Text Example
White with #F04C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C8B; }
p { color: rgb(240,76,139); }
H1.HeaderClassName
{
color: #F04C8B;
}
.AnyTagClassName
{
color: #F04C8B;
}
</style>
background-color css
<style>
a { background-color: #F04C8B; }
a { background-color: rgb(240,76,139); }
div.DivClassName
{
background-color: #F04C8B;
}
.BgClassName
{
background-color: #F04C8B;
}
</style>
border-color css
<style>
span { border-color: #F04C8B; }
span { border-color: rgb(240,76,139); }
td.TdClassName
{
border-color: #F04C8B;
}
.TagClassName
{
border-color: #F04C8B;
}
</style>