Shades of French Rose #F1488B
Tints of French Rose #F1488B
RGB
CMYK
RGB Variations
Color information
#F1488B (or 0xF1488B) is known color: French Rose. HEX triplet: F1, 48 and 8B. RGB value is (241,72,139). Sum of RGB (Red+Green+Blue) = 241+72+139=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1488B is #0EB774. Grayscale: #828282. Windows color (decimal): -964469 or 9128177. OLE color: 9128177.
HSL color Cylindrical-coordinate representation of color #F1488B: hue angle of 336.21º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1488B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 139 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.05 |
| HSL | 336.21º | 0.86% | 0.61% | - |
| HSV(B) | 336.21º | 0.7% | 0.95% | - |
| XYZ | 43.25 | 25.2 | 27.01 | - |
| YUV | 130.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 139 | 0 | 0.70 | 0.42 | 0.05 | 336.21 | 0.86 | 0.61 |
| Hex | F1 | 48 | 8B | 0 | 46 | 2A | 5 | 150 | 56 | 3D |
| Octal | 361 | 110 | 213 | 0 | 106 | 52 | 5 | 520 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10001011 | 0 | 1000110 | 101010 | 101 | 101010000 | 1010110 | 111101 |
Color Harmonies of #F1488B
Complementary color
Monochromatic Colors of #F1488B
Black with #F1488B
Text Example
Text Example
White with #F1488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1488B; }
p { color: rgb(241,72,139); }
H1.HeaderClassName
{
color: #F1488B;
}
.AnyTagClassName
{
color: #F1488B;
}
</style>
background-color css
<style>
a { background-color: #F1488B; }
a { background-color: rgb(241,72,139); }
div.DivClassName
{
background-color: #F1488B;
}
.BgClassName
{
background-color: #F1488B;
}
</style>
border-color css
<style>
span { border-color: #F1488B; }
span { border-color: rgb(241,72,139); }
td.TdClassName
{
border-color: #F1488B;
}
.TagClassName
{
border-color: #F1488B;
}
</style>