Shades of French Rose #F15388
Tints of French Rose #F15388
RGB
CMYK
RGB Variations
Color information
#F15388 (or 0xF15388) is known color: French Rose. HEX triplet: F1, 53 and 88. RGB value is (241,83,136). Sum of RGB (Red+Green+Blue) = 241+83+136=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F15388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15388 is #0EAC77. Grayscale: #888888. Windows color (decimal): -961656 or 8934385. OLE color: 8934385.
HSL color Cylindrical-coordinate representation of color #F15388: hue angle of 339.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15388 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 136 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.05 |
| HSL | 339.87º | 0.85% | 0.64% | - |
| HSV(B) | 339.87º | 0.66% | 0.95% | - |
| XYZ | 43.81 | 26.66 | 26.13 | - |
| YUV | 136.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 136 | 0 | 0.66 | 0.44 | 0.05 | 339.87 | 0.85 | 0.64 |
| Hex | F1 | 53 | 88 | 0 | 42 | 2C | 5 | 154 | 55 | 40 |
| Octal | 361 | 123 | 210 | 0 | 102 | 54 | 5 | 524 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10001000 | 0 | 1000010 | 101100 | 101 | 101010100 | 1010101 | 1000000 |
Color Harmonies of #F15388
Complementary color
Monochromatic Colors of #F15388
Black with #F15388
Text Example
Text Example
White with #F15388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15388; }
p { color: rgb(241,83,136); }
H1.HeaderClassName
{
color: #F15388;
}
.AnyTagClassName
{
color: #F15388;
}
</style>
background-color css
<style>
a { background-color: #F15388; }
a { background-color: rgb(241,83,136); }
div.DivClassName
{
background-color: #F15388;
}
.BgClassName
{
background-color: #F15388;
}
</style>
border-color css
<style>
span { border-color: #F15388; }
span { border-color: rgb(241,83,136); }
td.TdClassName
{
border-color: #F15388;
}
.TagClassName
{
border-color: #F15388;
}
</style>