Shades of French Rose #F1488E
Tints of French Rose #F1488E
RGB
CMYK
RGB Variations
Color information
#F1488E (or 0xF1488E) is known color: French Rose. HEX triplet: F1, 48 and 8E. RGB value is (241,72,142). Sum of RGB (Red+Green+Blue) = 241+72+142=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F1488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1488E is #0EB771. Grayscale: #828282. Windows color (decimal): -964466 or 9324785. OLE color: 9324785.
HSL color Cylindrical-coordinate representation of color #F1488E: hue angle of 335.15º 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 #F1488E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 142 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.05 |
| HSL | 335.15º | 0.86% | 0.61% | - |
| HSV(B) | 335.15º | 0.7% | 0.95% | - |
| XYZ | 43.48 | 25.29 | 28.18 | - |
| YUV | 130.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 142 | 0 | 0.70 | 0.41 | 0.05 | 335.15 | 0.86 | 0.61 |
| Hex | F1 | 48 | 8E | 0 | 46 | 29 | 5 | 14F | 56 | 3D |
| Octal | 361 | 110 | 216 | 0 | 106 | 51 | 5 | 517 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10001110 | 0 | 1000110 | 101001 | 101 | 101001111 | 1010110 | 111101 |
Color Harmonies of #F1488E
Complementary color
Monochromatic Colors of #F1488E
Black with #F1488E
Text Example
Text Example
White with #F1488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1488E; }
p { color: rgb(241,72,142); }
H1.HeaderClassName
{
color: #F1488E;
}
.AnyTagClassName
{
color: #F1488E;
}
</style>
background-color css
<style>
a { background-color: #F1488E; }
a { background-color: rgb(241,72,142); }
div.DivClassName
{
background-color: #F1488E;
}
.BgClassName
{
background-color: #F1488E;
}
</style>
border-color css
<style>
span { border-color: #F1488E; }
span { border-color: rgb(241,72,142); }
td.TdClassName
{
border-color: #F1488E;
}
.TagClassName
{
border-color: #F1488E;
}
</style>