Shades of French Rose #F94777
Tints of French Rose #F94777
RGB
CMYK
RGB Variations
Color information
#F94777 (or 0xF94777) is known color: French Rose. HEX triplet: F9, 47 and 77. RGB value is (249,71,119). Sum of RGB (Red+Green+Blue) = 249+71+119=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F94777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94777 is #06B888. Grayscale: #818181. Windows color (decimal): -440457 or 7817209. OLE color: 7817209.
HSL color Cylindrical-coordinate representation of color #F94777: hue angle of 343.82º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94777 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 119 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.02 |
| HSL | 343.82º | 0.94% | 0.63% | - |
| HSV(B) | 343.82º | 0.71% | 0.98% | - |
| XYZ | 44.65 | 25.98 | 20.11 | - |
| YUV | 129.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 119 | 0 | 0.71 | 0.52 | 0.02 | 343.82 | 0.94 | 0.63 |
| Hex | F9 | 47 | 77 | 0 | 47 | 34 | 2 | 158 | 5E | 3F |
| Octal | 371 | 107 | 167 | 0 | 107 | 64 | 2 | 530 | 136 | 77 |
| Binary | 11111001 | 1000111 | 1110111 | 0 | 1000111 | 110100 | 10 | 101011000 | 1011110 | 111111 |
Color Harmonies of #F94777
Complementary color
Monochromatic Colors of #F94777
Black with #F94777
Text Example
Text Example
White with #F94777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94777; }
p { color: rgb(249,71,119); }
H1.HeaderClassName
{
color: #F94777;
}
.AnyTagClassName
{
color: #F94777;
}
</style>
background-color css
<style>
a { background-color: #F94777; }
a { background-color: rgb(249,71,119); }
div.DivClassName
{
background-color: #F94777;
}
.BgClassName
{
background-color: #F94777;
}
</style>
border-color css
<style>
span { border-color: #F94777; }
span { border-color: rgb(249,71,119); }
td.TdClassName
{
border-color: #F94777;
}
.TagClassName
{
border-color: #F94777;
}
</style>