Shades of French Rose #F94A7B
Tints of French Rose #F94A7B
RGB
CMYK
RGB Variations
Color information
#F94A7B (or 0xF94A7B) is known color: French Rose. HEX triplet: F9, 4A and 7B. RGB value is (249,74,123). Sum of RGB (Red+Green+Blue) = 249+74+123=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A7B is #06B584. Grayscale: #838383. Windows color (decimal): -439685 or 8080121. OLE color: 8080121.
HSL color Cylindrical-coordinate representation of color #F94A7B: hue angle of 343.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A7B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 123 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.02 |
| HSL | 343.2º | 0.94% | 0.63% | - |
| HSV(B) | 343.2º | 0.7% | 0.98% | - |
| XYZ | 45.09 | 26.47 | 21.47 | - |
| YUV | 131.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 123 | 0 | 0.70 | 0.51 | 0.02 | 343.2 | 0.94 | 0.63 |
| Hex | F9 | 4A | 7B | 0 | 46 | 33 | 2 | 157 | 5E | 3F |
| Octal | 371 | 112 | 173 | 0 | 106 | 63 | 2 | 527 | 136 | 77 |
| Binary | 11111001 | 1001010 | 1111011 | 0 | 1000110 | 110011 | 10 | 101010111 | 1011110 | 111111 |
Color Harmonies of #F94A7B
Complementary color
Monochromatic Colors of #F94A7B
Black with #F94A7B
Text Example
Text Example
White with #F94A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A7B; }
p { color: rgb(249,74,123); }
H1.HeaderClassName
{
color: #F94A7B;
}
.AnyTagClassName
{
color: #F94A7B;
}
</style>
background-color css
<style>
a { background-color: #F94A7B; }
a { background-color: rgb(249,74,123); }
div.DivClassName
{
background-color: #F94A7B;
}
.BgClassName
{
background-color: #F94A7B;
}
</style>
border-color css
<style>
span { border-color: #F94A7B; }
span { border-color: rgb(249,74,123); }
td.TdClassName
{
border-color: #F94A7B;
}
.TagClassName
{
border-color: #F94A7B;
}
</style>