Shades of French Rose #F9578B
Tints of French Rose #F9578B
RGB
CMYK
RGB Variations
Color information
#F9578B (or 0xF9578B) is known color: French Rose. HEX triplet: F9, 57 and 8B. RGB value is (249,87,139). Sum of RGB (Red+Green+Blue) = 249+87+139=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9578B is #06A874. Grayscale: #8D8D8D. Windows color (decimal): -436341 or 9132025. OLE color: 9132025.
HSL color Cylindrical-coordinate representation of color #F9578B: hue angle of 340.74º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9578B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 139 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.02 |
| HSL | 340.74º | 0.93% | 0.66% | - |
| HSV(B) | 340.74º | 0.65% | 0.98% | - |
| XYZ | 47.14 | 28.82 | 27.5 | - |
| YUV | 141.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 139 | 0 | 0.65 | 0.44 | 0.02 | 340.74 | 0.93 | 0.66 |
| Hex | F9 | 57 | 8B | 0 | 41 | 2C | 2 | 155 | 5D | 42 |
| Octal | 371 | 127 | 213 | 0 | 101 | 54 | 2 | 525 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10001011 | 0 | 1000001 | 101100 | 10 | 101010101 | 1011101 | 1000010 |
Color Harmonies of #F9578B
Complementary color
Monochromatic Colors of #F9578B
Black with #F9578B
Text Example
Text Example
White with #F9578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9578B; }
p { color: rgb(249,87,139); }
H1.HeaderClassName
{
color: #F9578B;
}
.AnyTagClassName
{
color: #F9578B;
}
</style>
background-color css
<style>
a { background-color: #F9578B; }
a { background-color: rgb(249,87,139); }
div.DivClassName
{
background-color: #F9578B;
}
.BgClassName
{
background-color: #F9578B;
}
</style>
border-color css
<style>
span { border-color: #F9578B; }
span { border-color: rgb(249,87,139); }
td.TdClassName
{
border-color: #F9578B;
}
.TagClassName
{
border-color: #F9578B;
}
</style>