Shades of French Rose #F94A89
Tints of French Rose #F94A89
RGB
CMYK
RGB Variations
Color information
#F94A89 (or 0xF94A89) is known color: French Rose. HEX triplet: F9, 4A and 89. RGB value is (249,74,137). Sum of RGB (Red+Green+Blue) = 249+74+137=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A89 is #06B576. Grayscale: #858585. Windows color (decimal): -439671 or 8997625. OLE color: 8997625.
HSL color Cylindrical-coordinate representation of color #F94A89: hue angle of 338.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A89 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 137 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.02 |
| HSL | 338.4º | 0.94% | 0.63% | - |
| HSV(B) | 338.4º | 0.7% | 0.98% | - |
| XYZ | 46.03 | 26.84 | 26.42 | - |
| YUV | 133.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 137 | 0 | 0.70 | 0.45 | 0.02 | 338.4 | 0.94 | 0.63 |
| Hex | F9 | 4A | 89 | 0 | 46 | 2D | 2 | 152 | 5E | 3F |
| Octal | 371 | 112 | 211 | 0 | 106 | 55 | 2 | 522 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10001001 | 0 | 1000110 | 101101 | 10 | 101010010 | 1011110 | 111111 |
Color Harmonies of #F94A89
Complementary color
Monochromatic Colors of #F94A89
Black with #F94A89
Text Example
Text Example
White with #F94A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A89; }
p { color: rgb(249,74,137); }
H1.HeaderClassName
{
color: #F94A89;
}
.AnyTagClassName
{
color: #F94A89;
}
</style>
background-color css
<style>
a { background-color: #F94A89; }
a { background-color: rgb(249,74,137); }
div.DivClassName
{
background-color: #F94A89;
}
.BgClassName
{
background-color: #F94A89;
}
</style>
border-color css
<style>
span { border-color: #F94A89; }
span { border-color: rgb(249,74,137); }
td.TdClassName
{
border-color: #F94A89;
}
.TagClassName
{
border-color: #F94A89;
}
</style>