Shades of French Rose #F94C96
Tints of French Rose #F94C96
RGB
CMYK
RGB Variations
Color information
#F94C96 (or 0xF94C96) is known color: French Rose. HEX triplet: F9, 4C and 96. RGB value is (249,76,150). Sum of RGB (Red+Green+Blue) = 249+76+150=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94C96 is #06B369. Grayscale: #888888. Windows color (decimal): -439146 or 9850105. OLE color: 9850105.
HSL color Cylindrical-coordinate representation of color #F94C96: hue angle of 334.34º 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 #F94C96 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 150 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.02 |
| HSL | 334.34º | 0.94% | 0.64% | - |
| HSV(B) | 334.34º | 0.69% | 0.98% | - |
| XYZ | 47.16 | 27.51 | 31.68 | - |
| YUV | 136.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 150 | 0 | 0.69 | 0.40 | 0.02 | 334.34 | 0.94 | 0.64 |
| Hex | F9 | 4C | 96 | 0 | 45 | 28 | 2 | 14E | 5E | 40 |
| Octal | 371 | 114 | 226 | 0 | 105 | 50 | 2 | 516 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10010110 | 0 | 1000101 | 101000 | 10 | 101001110 | 1011110 | 1000000 |
Color Harmonies of #F94C96
Complementary color
Monochromatic Colors of #F94C96
Black with #F94C96
Text Example
Text Example
White with #F94C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C96; }
p { color: rgb(249,76,150); }
H1.HeaderClassName
{
color: #F94C96;
}
.AnyTagClassName
{
color: #F94C96;
}
</style>
background-color css
<style>
a { background-color: #F94C96; }
a { background-color: rgb(249,76,150); }
div.DivClassName
{
background-color: #F94C96;
}
.BgClassName
{
background-color: #F94C96;
}
</style>
border-color css
<style>
span { border-color: #F94C96; }
span { border-color: rgb(249,76,150); }
td.TdClassName
{
border-color: #F94C96;
}
.TagClassName
{
border-color: #F94C96;
}
</style>