Shades of French Rose #F94A84
Tints of French Rose #F94A84
RGB
CMYK
RGB Variations
Color information
#F94A84 (or 0xF94A84) is known color: French Rose. HEX triplet: F9, 4A and 84. RGB value is (249,74,132). Sum of RGB (Red+Green+Blue) = 249+74+132=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A84 is #06B57B. Grayscale: #848484. Windows color (decimal): -439676 or 8669945. OLE color: 8669945.
HSL color Cylindrical-coordinate representation of color #F94A84: hue angle of 340.11º 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 #F94A84 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 132 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.02 |
| HSL | 340.11º | 0.94% | 0.63% | - |
| HSV(B) | 340.11º | 0.7% | 0.98% | - |
| XYZ | 45.68 | 26.7 | 24.58 | - |
| YUV | 132.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 132 | 0 | 0.70 | 0.47 | 0.02 | 340.11 | 0.94 | 0.63 |
| Hex | F9 | 4A | 84 | 0 | 46 | 2F | 2 | 154 | 5E | 3F |
| Octal | 371 | 112 | 204 | 0 | 106 | 57 | 2 | 524 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10000100 | 0 | 1000110 | 101111 | 10 | 101010100 | 1011110 | 111111 |
Color Harmonies of #F94A84
Complementary color
Monochromatic Colors of #F94A84
Black with #F94A84
Text Example
Text Example
White with #F94A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A84; }
p { color: rgb(249,74,132); }
H1.HeaderClassName
{
color: #F94A84;
}
.AnyTagClassName
{
color: #F94A84;
}
</style>
background-color css
<style>
a { background-color: #F94A84; }
a { background-color: rgb(249,74,132); }
div.DivClassName
{
background-color: #F94A84;
}
.BgClassName
{
background-color: #F94A84;
}
</style>
border-color css
<style>
span { border-color: #F94A84; }
span { border-color: rgb(249,74,132); }
td.TdClassName
{
border-color: #F94A84;
}
.TagClassName
{
border-color: #F94A84;
}
</style>