Shades of French Rose #F1498B
Tints of French Rose #F1498B
RGB
CMYK
RGB Variations
Color information
#F1498B (or 0xF1498B) is known color: French Rose. HEX triplet: F1, 49 and 8B. RGB value is (241,73,139). Sum of RGB (Red+Green+Blue) = 241+73+139=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1498B is #0EB674. Grayscale: #828282. Windows color (decimal): -964213 or 9128433. OLE color: 9128433.
HSL color Cylindrical-coordinate representation of color #F1498B: hue angle of 336.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1498B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 139 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.05 |
| HSL | 336.43º | 0.86% | 0.62% | - |
| HSV(B) | 336.43º | 0.7% | 0.95% | - |
| XYZ | 43.32 | 25.33 | 27.03 | - |
| YUV | 130.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 139 | 0 | 0.70 | 0.42 | 0.05 | 336.43 | 0.86 | 0.62 |
| Hex | F1 | 49 | 8B | 0 | 46 | 2A | 5 | 150 | 56 | 3E |
| Octal | 361 | 111 | 213 | 0 | 106 | 52 | 5 | 520 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10001011 | 0 | 1000110 | 101010 | 101 | 101010000 | 1010110 | 111110 |
Color Harmonies of #F1498B
Complementary color
Monochromatic Colors of #F1498B
Black with #F1498B
Text Example
Text Example
White with #F1498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1498B; }
p { color: rgb(241,73,139); }
H1.HeaderClassName
{
color: #F1498B;
}
.AnyTagClassName
{
color: #F1498B;
}
</style>
background-color css
<style>
a { background-color: #F1498B; }
a { background-color: rgb(241,73,139); }
div.DivClassName
{
background-color: #F1498B;
}
.BgClassName
{
background-color: #F1498B;
}
</style>
border-color css
<style>
span { border-color: #F1498B; }
span { border-color: rgb(241,73,139); }
td.TdClassName
{
border-color: #F1498B;
}
.TagClassName
{
border-color: #F1498B;
}
</style>