Shades of French Rose #F1568F
Tints of French Rose #F1568F
RGB
CMYK
RGB Variations
Color information
#F1568F (or 0xF1568F) is known color: French Rose. HEX triplet: F1, 56 and 8F. RGB value is (241,86,143). Sum of RGB (Red+Green+Blue) = 241+86+143=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1568F is #0EA970. Grayscale: #8A8A8A. Windows color (decimal): -960881 or 9393905. OLE color: 9393905.
HSL color Cylindrical-coordinate representation of color #F1568F: hue angle of 337.94º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1568F is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 143 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.05 |
| HSL | 337.94º | 0.85% | 0.64% | - |
| HSV(B) | 337.94º | 0.64% | 0.95% | - |
| XYZ | 44.56 | 27.34 | 28.92 | - |
| YUV | 138.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 143 | 0 | 0.64 | 0.41 | 0.05 | 337.94 | 0.85 | 0.64 |
| Hex | F1 | 56 | 8F | 0 | 40 | 29 | 5 | 152 | 55 | 40 |
| Octal | 361 | 126 | 217 | 0 | 100 | 51 | 5 | 522 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10001111 | 0 | 1000000 | 101001 | 101 | 101010010 | 1010101 | 1000000 |
Color Harmonies of #F1568F
Complementary color
Monochromatic Colors of #F1568F
Black with #F1568F
Text Example
Text Example
White with #F1568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1568F; }
p { color: rgb(241,86,143); }
H1.HeaderClassName
{
color: #F1568F;
}
.AnyTagClassName
{
color: #F1568F;
}
</style>
background-color css
<style>
a { background-color: #F1568F; }
a { background-color: rgb(241,86,143); }
div.DivClassName
{
background-color: #F1568F;
}
.BgClassName
{
background-color: #F1568F;
}
</style>
border-color css
<style>
span { border-color: #F1568F; }
span { border-color: rgb(241,86,143); }
td.TdClassName
{
border-color: #F1568F;
}
.TagClassName
{
border-color: #F1568F;
}
</style>