Shades of French Rose #F94D83
Tints of French Rose #F94D83
RGB
CMYK
RGB Variations
Color information
#F94D83 (or 0xF94D83) is known color: French Rose. HEX triplet: F9, 4D and 83. RGB value is (249,77,131). Sum of RGB (Red+Green+Blue) = 249+77+131=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F94D83 is #06B27C. Grayscale: #868686. Windows color (decimal): -438909 or 8605177. OLE color: 8605177.
HSL color Cylindrical-coordinate representation of color #F94D83: hue angle of 341.16º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94D83 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 131 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.02 |
| HSL | 341.16º | 0.93% | 0.64% | - |
| HSV(B) | 341.16º | 0.69% | 0.98% | - |
| XYZ | 45.82 | 27.09 | 24.29 | - |
| YUV | 134.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 131 | 0 | 0.69 | 0.47 | 0.02 | 341.16 | 0.93 | 0.64 |
| Hex | F9 | 4D | 83 | 0 | 45 | 2F | 2 | 155 | 5D | 40 |
| Octal | 371 | 115 | 203 | 0 | 105 | 57 | 2 | 525 | 135 | 100 |
| Binary | 11111001 | 1001101 | 10000011 | 0 | 1000101 | 101111 | 10 | 101010101 | 1011101 | 1000000 |
Color Harmonies of #F94D83
Complementary color
Monochromatic Colors of #F94D83
Black with #F94D83
Text Example
Text Example
White with #F94D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D83; }
p { color: rgb(249,77,131); }
H1.HeaderClassName
{
color: #F94D83;
}
.AnyTagClassName
{
color: #F94D83;
}
</style>
background-color css
<style>
a { background-color: #F94D83; }
a { background-color: rgb(249,77,131); }
div.DivClassName
{
background-color: #F94D83;
}
.BgClassName
{
background-color: #F94D83;
}
</style>
border-color css
<style>
span { border-color: #F94D83; }
span { border-color: rgb(249,77,131); }
td.TdClassName
{
border-color: #F94D83;
}
.TagClassName
{
border-color: #F94D83;
}
</style>