Shades of French Rose #F94A90
Tints of French Rose #F94A90
RGB
CMYK
RGB Variations
Color information
#F94A90 (or 0xF94A90) is known color: French Rose. HEX triplet: F9, 4A and 90. RGB value is (249,74,144). Sum of RGB (Red+Green+Blue) = 249+74+144=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A90 is #06B56F. Grayscale: #868686. Windows color (decimal): -439664 or 9456377. OLE color: 9456377.
HSL color Cylindrical-coordinate representation of color #F94A90: hue angle of 336º 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 #F94A90 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 144 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.02 |
| HSL | 336º | 0.94% | 0.63% | - |
| HSV(B) | 336º | 0.7% | 0.98% | - |
| XYZ | 46.55 | 27.05 | 29.15 | - |
| YUV | 134.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 144 | 0 | 0.70 | 0.42 | 0.02 | 336 | 0.94 | 0.63 |
| Hex | F9 | 4A | 90 | 0 | 46 | 2A | 2 | 150 | 5E | 3F |
| Octal | 371 | 112 | 220 | 0 | 106 | 52 | 2 | 520 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10010000 | 0 | 1000110 | 101010 | 10 | 101010000 | 1011110 | 111111 |
Color Harmonies of #F94A90
Complementary color
Monochromatic Colors of #F94A90
Black with #F94A90
Text Example
Text Example
White with #F94A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A90; }
p { color: rgb(249,74,144); }
H1.HeaderClassName
{
color: #F94A90;
}
.AnyTagClassName
{
color: #F94A90;
}
</style>
background-color css
<style>
a { background-color: #F94A90; }
a { background-color: rgb(249,74,144); }
div.DivClassName
{
background-color: #F94A90;
}
.BgClassName
{
background-color: #F94A90;
}
</style>
border-color css
<style>
span { border-color: #F94A90; }
span { border-color: rgb(249,74,144); }
td.TdClassName
{
border-color: #F94A90;
}
.TagClassName
{
border-color: #F94A90;
}
</style>