Shades of French Rose #F15392
Tints of French Rose #F15392
RGB
CMYK
RGB Variations
Color information
#F15392 (or 0xF15392) is known color: French Rose. HEX triplet: F1, 53 and 92. RGB value is (241,83,146). Sum of RGB (Red+Green+Blue) = 241+83+146=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F15392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15392 is #0EAC6D. Grayscale: #898989. Windows color (decimal): -961646 or 9589745. OLE color: 9589745.
HSL color Cylindrical-coordinate representation of color #F15392: hue angle of 336.08º 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 #F15392 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 146 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.05 |
| HSL | 336.08º | 0.85% | 0.64% | - |
| HSV(B) | 336.08º | 0.66% | 0.95% | - |
| XYZ | 44.56 | 26.96 | 30.05 | - |
| YUV | 137.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 146 | 0 | 0.66 | 0.39 | 0.05 | 336.08 | 0.85 | 0.64 |
| Hex | F1 | 53 | 92 | 0 | 42 | 27 | 5 | 150 | 55 | 40 |
| Octal | 361 | 123 | 222 | 0 | 102 | 47 | 5 | 520 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10010010 | 0 | 1000010 | 100111 | 101 | 101010000 | 1010101 | 1000000 |
Color Harmonies of #F15392
Complementary color
Monochromatic Colors of #F15392
Black with #F15392
Text Example
Text Example
White with #F15392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15392; }
p { color: rgb(241,83,146); }
H1.HeaderClassName
{
color: #F15392;
}
.AnyTagClassName
{
color: #F15392;
}
</style>
background-color css
<style>
a { background-color: #F15392; }
a { background-color: rgb(241,83,146); }
div.DivClassName
{
background-color: #F15392;
}
.BgClassName
{
background-color: #F15392;
}
</style>
border-color css
<style>
span { border-color: #F15392; }
span { border-color: rgb(241,83,146); }
td.TdClassName
{
border-color: #F15392;
}
.TagClassName
{
border-color: #F15392;
}
</style>