Shades of French Rose #F94C83
Tints of French Rose #F94C83
RGB
CMYK
RGB Variations
Color information
#F94C83 (or 0xF94C83) is known color: French Rose. HEX triplet: F9, 4C and 83. RGB value is (249,76,131). Sum of RGB (Red+Green+Blue) = 249+76+131=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94C83 is #06B37C. Grayscale: #858585. Windows color (decimal): -439165 or 8604921. OLE color: 8604921.
HSL color Cylindrical-coordinate representation of color #F94C83: hue angle of 340.92º degrees, saturation: 0.94, 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 #F94C83 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 131 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.02 |
| HSL | 340.92º | 0.94% | 0.64% | - |
| HSV(B) | 340.92º | 0.69% | 0.98% | - |
| XYZ | 45.75 | 26.95 | 24.26 | - |
| YUV | 134 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 131 | 0 | 0.69 | 0.47 | 0.02 | 340.92 | 0.94 | 0.64 |
| Hex | F9 | 4C | 83 | 0 | 45 | 2F | 2 | 155 | 5E | 40 |
| Octal | 371 | 114 | 203 | 0 | 105 | 57 | 2 | 525 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10000011 | 0 | 1000101 | 101111 | 10 | 101010101 | 1011110 | 1000000 |
Color Harmonies of #F94C83
Complementary color
Monochromatic Colors of #F94C83
Black with #F94C83
Text Example
Text Example
White with #F94C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C83; }
p { color: rgb(249,76,131); }
H1.HeaderClassName
{
color: #F94C83;
}
.AnyTagClassName
{
color: #F94C83;
}
</style>
background-color css
<style>
a { background-color: #F94C83; }
a { background-color: rgb(249,76,131); }
div.DivClassName
{
background-color: #F94C83;
}
.BgClassName
{
background-color: #F94C83;
}
</style>
border-color css
<style>
span { border-color: #F94C83; }
span { border-color: rgb(249,76,131); }
td.TdClassName
{
border-color: #F94C83;
}
.TagClassName
{
border-color: #F94C83;
}
</style>