Shades of French Rose #F9518A
Tints of French Rose #F9518A
RGB
CMYK
RGB Variations
Color information
#F9518A (or 0xF9518A) is known color: French Rose. HEX triplet: F9, 51 and 8A. RGB value is (249,81,138). Sum of RGB (Red+Green+Blue) = 249+81+138=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9518A is #06AE75. Grayscale: #898989. Windows color (decimal): -437878 or 9064953. OLE color: 9064953.
HSL color Cylindrical-coordinate representation of color #F9518A: hue angle of 339.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9518A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 138 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.02 |
| HSL | 339.64º | 0.93% | 0.65% | - |
| HSV(B) | 339.64º | 0.67% | 0.98% | - |
| XYZ | 46.6 | 27.86 | 26.97 | - |
| YUV | 137.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 138 | 0 | 0.67 | 0.45 | 0.02 | 339.64 | 0.93 | 0.65 |
| Hex | F9 | 51 | 8A | 0 | 43 | 2D | 2 | 154 | 5D | 41 |
| Octal | 371 | 121 | 212 | 0 | 103 | 55 | 2 | 524 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10001010 | 0 | 1000011 | 101101 | 10 | 101010100 | 1011101 | 1000001 |
Color Harmonies of #F9518A
Complementary color
Monochromatic Colors of #F9518A
Black with #F9518A
Text Example
Text Example
White with #F9518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9518A; }
p { color: rgb(249,81,138); }
H1.HeaderClassName
{
color: #F9518A;
}
.AnyTagClassName
{
color: #F9518A;
}
</style>
background-color css
<style>
a { background-color: #F9518A; }
a { background-color: rgb(249,81,138); }
div.DivClassName
{
background-color: #F9518A;
}
.BgClassName
{
background-color: #F9518A;
}
</style>
border-color css
<style>
span { border-color: #F9518A; }
span { border-color: rgb(249,81,138); }
td.TdClassName
{
border-color: #F9518A;
}
.TagClassName
{
border-color: #F9518A;
}
</style>