Shades of French Rose #F1488A
Tints of French Rose #F1488A
RGB
CMYK
RGB Variations
Color information
#F1488A (or 0xF1488A) is known color: French Rose. HEX triplet: F1, 48 and 8A. RGB value is (241,72,138). Sum of RGB (Red+Green+Blue) = 241+72+138=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1488A is #0EB775. Grayscale: #818181. Windows color (decimal): -964470 or 9062641. OLE color: 9062641.
HSL color Cylindrical-coordinate representation of color #F1488A: hue angle of 336.57º 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 #F1488A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 138 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.05 |
| HSL | 336.57º | 0.86% | 0.61% | - |
| HSV(B) | 336.57º | 0.7% | 0.95% | - |
| XYZ | 43.18 | 25.17 | 26.63 | - |
| YUV | 130.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 138 | 0 | 0.70 | 0.43 | 0.05 | 336.57 | 0.86 | 0.61 |
| Hex | F1 | 48 | 8A | 0 | 46 | 2B | 5 | 151 | 56 | 3D |
| Octal | 361 | 110 | 212 | 0 | 106 | 53 | 5 | 521 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10001010 | 0 | 1000110 | 101011 | 101 | 101010001 | 1010110 | 111101 |
Color Harmonies of #F1488A
Complementary color
Monochromatic Colors of #F1488A
Black with #F1488A
Text Example
Text Example
White with #F1488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1488A; }
p { color: rgb(241,72,138); }
H1.HeaderClassName
{
color: #F1488A;
}
.AnyTagClassName
{
color: #F1488A;
}
</style>
background-color css
<style>
a { background-color: #F1488A; }
a { background-color: rgb(241,72,138); }
div.DivClassName
{
background-color: #F1488A;
}
.BgClassName
{
background-color: #F1488A;
}
</style>
border-color css
<style>
span { border-color: #F1488A; }
span { border-color: rgb(241,72,138); }
td.TdClassName
{
border-color: #F1488A;
}
.TagClassName
{
border-color: #F1488A;
}
</style>