Shades of French Rose #F94C7E
Tints of French Rose #F94C7E
RGB
CMYK
RGB Variations
Color information
#F94C7E (or 0xF94C7E) is known color: French Rose. HEX triplet: F9, 4C and 7E. RGB value is (249,76,126). Sum of RGB (Red+Green+Blue) = 249+76+126=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C7E is #06B381. Grayscale: #858585. Windows color (decimal): -439170 or 8277241. OLE color: 8277241.
HSL color Cylindrical-coordinate representation of color #F94C7E: hue angle of 342.66º 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 #F94C7E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 126 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.02 |
| HSL | 342.66º | 0.94% | 0.64% | - |
| HSV(B) | 342.66º | 0.69% | 0.98% | - |
| XYZ | 45.42 | 26.81 | 22.52 | - |
| YUV | 133.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 126 | 0 | 0.69 | 0.49 | 0.02 | 342.66 | 0.94 | 0.64 |
| Hex | F9 | 4C | 7E | 0 | 45 | 31 | 2 | 157 | 5E | 40 |
| Octal | 371 | 114 | 176 | 0 | 105 | 61 | 2 | 527 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1111110 | 0 | 1000101 | 110001 | 10 | 101010111 | 1011110 | 1000000 |
Color Harmonies of #F94C7E
Complementary color
Monochromatic Colors of #F94C7E
Black with #F94C7E
Text Example
Text Example
White with #F94C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C7E; }
p { color: rgb(249,76,126); }
H1.HeaderClassName
{
color: #F94C7E;
}
.AnyTagClassName
{
color: #F94C7E;
}
</style>
background-color css
<style>
a { background-color: #F94C7E; }
a { background-color: rgb(249,76,126); }
div.DivClassName
{
background-color: #F94C7E;
}
.BgClassName
{
background-color: #F94C7E;
}
</style>
border-color css
<style>
span { border-color: #F94C7E; }
span { border-color: rgb(249,76,126); }
td.TdClassName
{
border-color: #F94C7E;
}
.TagClassName
{
border-color: #F94C7E;
}
</style>