Shades of French Rose #F9548B
Tints of French Rose #F9548B
RGB
CMYK
RGB Variations
Color information
#F9548B (or 0xF9548B) is known color: French Rose. HEX triplet: F9, 54 and 8B. RGB value is (249,84,139). Sum of RGB (Red+Green+Blue) = 249+84+139=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548B is #06AB74. Grayscale: #8B8B8B. Windows color (decimal): -437109 or 9131257. OLE color: 9131257.
HSL color Cylindrical-coordinate representation of color #F9548B: hue angle of 340º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9548B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 139 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.02 |
| HSL | 340º | 0.93% | 0.65% | - |
| HSV(B) | 340º | 0.66% | 0.98% | - |
| XYZ | 46.9 | 28.34 | 27.43 | - |
| YUV | 139.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 139 | 0 | 0.66 | 0.44 | 0.02 | 340 | 0.93 | 0.65 |
| Hex | F9 | 54 | 8B | 0 | 42 | 2C | 2 | 154 | 5D | 41 |
| Octal | 371 | 124 | 213 | 0 | 102 | 54 | 2 | 524 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10001011 | 0 | 1000010 | 101100 | 10 | 101010100 | 1011101 | 1000001 |
Color Harmonies of #F9548B
Complementary color
Monochromatic Colors of #F9548B
Black with #F9548B
Text Example
Text Example
White with #F9548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9548B; }
p { color: rgb(249,84,139); }
H1.HeaderClassName
{
color: #F9548B;
}
.AnyTagClassName
{
color: #F9548B;
}
</style>
background-color css
<style>
a { background-color: #F9548B; }
a { background-color: rgb(249,84,139); }
div.DivClassName
{
background-color: #F9548B;
}
.BgClassName
{
background-color: #F9548B;
}
</style>
border-color css
<style>
span { border-color: #F9548B; }
span { border-color: rgb(249,84,139); }
td.TdClassName
{
border-color: #F9548B;
}
.TagClassName
{
border-color: #F9548B;
}
</style>