Shades of French Rose #F94A7A
Tints of French Rose #F94A7A
RGB
CMYK
RGB Variations
Color information
#F94A7A (or 0xF94A7A) is known color: French Rose. HEX triplet: F9, 4A and 7A. RGB value is (249,74,122). Sum of RGB (Red+Green+Blue) = 249+74+122=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A7A is #06B585. Grayscale: #838383. Windows color (decimal): -439686 or 8014585. OLE color: 8014585.
HSL color Cylindrical-coordinate representation of color #F94A7A: hue angle of 343.54º 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 #F94A7A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 122 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.02 |
| HSL | 343.54º | 0.94% | 0.63% | - |
| HSV(B) | 343.54º | 0.7% | 0.98% | - |
| XYZ | 45.03 | 26.44 | 21.14 | - |
| YUV | 131.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 122 | 0 | 0.70 | 0.51 | 0.02 | 343.54 | 0.94 | 0.63 |
| Hex | F9 | 4A | 7A | 0 | 46 | 33 | 2 | 158 | 5E | 3F |
| Octal | 371 | 112 | 172 | 0 | 106 | 63 | 2 | 530 | 136 | 77 |
| Binary | 11111001 | 1001010 | 1111010 | 0 | 1000110 | 110011 | 10 | 101011000 | 1011110 | 111111 |
Color Harmonies of #F94A7A
Complementary color
Monochromatic Colors of #F94A7A
Black with #F94A7A
Text Example
Text Example
White with #F94A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A7A; }
p { color: rgb(249,74,122); }
H1.HeaderClassName
{
color: #F94A7A;
}
.AnyTagClassName
{
color: #F94A7A;
}
</style>
background-color css
<style>
a { background-color: #F94A7A; }
a { background-color: rgb(249,74,122); }
div.DivClassName
{
background-color: #F94A7A;
}
.BgClassName
{
background-color: #F94A7A;
}
</style>
border-color css
<style>
span { border-color: #F94A7A; }
span { border-color: rgb(249,74,122); }
td.TdClassName
{
border-color: #F94A7A;
}
.TagClassName
{
border-color: #F94A7A;
}
</style>