Shades of French Rose #F9548F
Tints of French Rose #F9548F
RGB
CMYK
RGB Variations
Color information
#F9548F (or 0xF9548F) is known color: French Rose. HEX triplet: F9, 54 and 8F. RGB value is (249,84,143). Sum of RGB (Red+Green+Blue) = 249+84+143=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9548F is #06AB70. Grayscale: #8B8B8B. Windows color (decimal): -437105 or 9393401. OLE color: 9393401.
HSL color Cylindrical-coordinate representation of color #F9548F: hue angle of 338.55º 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 #F9548F is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 143 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.02 |
| HSL | 338.55º | 0.93% | 0.65% | - |
| HSV(B) | 338.55º | 0.66% | 0.98% | - |
| XYZ | 47.2 | 28.46 | 28.99 | - |
| YUV | 140.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 143 | 0 | 0.66 | 0.43 | 0.02 | 338.55 | 0.93 | 0.65 |
| Hex | F9 | 54 | 8F | 0 | 42 | 2B | 2 | 153 | 5D | 41 |
| Octal | 371 | 124 | 217 | 0 | 102 | 53 | 2 | 523 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10001111 | 0 | 1000010 | 101011 | 10 | 101010011 | 1011101 | 1000001 |
Color Harmonies of #F9548F
Complementary color
Monochromatic Colors of #F9548F
Black with #F9548F
Text Example
Text Example
White with #F9548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9548F; }
p { color: rgb(249,84,143); }
H1.HeaderClassName
{
color: #F9548F;
}
.AnyTagClassName
{
color: #F9548F;
}
</style>
background-color css
<style>
a { background-color: #F9548F; }
a { background-color: rgb(249,84,143); }
div.DivClassName
{
background-color: #F9548F;
}
.BgClassName
{
background-color: #F9548F;
}
</style>
border-color css
<style>
span { border-color: #F9548F; }
span { border-color: rgb(249,84,143); }
td.TdClassName
{
border-color: #F9548F;
}
.TagClassName
{
border-color: #F9548F;
}
</style>