Shades of French Rose #F94A88
Tints of French Rose #F94A88
RGB
CMYK
RGB Variations
Color information
#F94A88 (or 0xF94A88) is known color: French Rose. HEX triplet: F9, 4A and 88. RGB value is (249,74,136). Sum of RGB (Red+Green+Blue) = 249+74+136=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94A88 is #06B577. Grayscale: #858585. Windows color (decimal): -439672 or 8932089. OLE color: 8932089.
HSL color Cylindrical-coordinate representation of color #F94A88: hue angle of 338.74º 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 #F94A88 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 136 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.02 |
| HSL | 338.74º | 0.94% | 0.63% | - |
| HSV(B) | 338.74º | 0.7% | 0.98% | - |
| XYZ | 45.96 | 26.81 | 26.05 | - |
| YUV | 133.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 136 | 0 | 0.70 | 0.45 | 0.02 | 338.74 | 0.94 | 0.63 |
| Hex | F9 | 4A | 88 | 0 | 46 | 2D | 2 | 153 | 5E | 3F |
| Octal | 371 | 112 | 210 | 0 | 106 | 55 | 2 | 523 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10001000 | 0 | 1000110 | 101101 | 10 | 101010011 | 1011110 | 111111 |
Color Harmonies of #F94A88
Complementary color
Monochromatic Colors of #F94A88
Black with #F94A88
Text Example
Text Example
White with #F94A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A88; }
p { color: rgb(249,74,136); }
H1.HeaderClassName
{
color: #F94A88;
}
.AnyTagClassName
{
color: #F94A88;
}
</style>
background-color css
<style>
a { background-color: #F94A88; }
a { background-color: rgb(249,74,136); }
div.DivClassName
{
background-color: #F94A88;
}
.BgClassName
{
background-color: #F94A88;
}
</style>
border-color css
<style>
span { border-color: #F94A88; }
span { border-color: rgb(249,74,136); }
td.TdClassName
{
border-color: #F94A88;
}
.TagClassName
{
border-color: #F94A88;
}
</style>