Shades of French Rose #F1568C
Tints of French Rose #F1568C
RGB
CMYK
RGB Variations
Color information
#F1568C (or 0xF1568C) is known color: French Rose. HEX triplet: F1, 56 and 8C. RGB value is (241,86,140). Sum of RGB (Red+Green+Blue) = 241+86+140=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1568C is #0EA973. Grayscale: #8A8A8A. Windows color (decimal): -960884 or 9197297. OLE color: 9197297.
HSL color Cylindrical-coordinate representation of color #F1568C: hue angle of 339.1º 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 #F1568C is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 140 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.05 |
| HSL | 339.1º | 0.85% | 0.64% | - |
| HSV(B) | 339.1º | 0.64% | 0.95% | - |
| XYZ | 44.34 | 27.25 | 27.73 | - |
| YUV | 138.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 140 | 0 | 0.64 | 0.42 | 0.05 | 339.1 | 0.85 | 0.64 |
| Hex | F1 | 56 | 8C | 0 | 40 | 2A | 5 | 153 | 55 | 40 |
| Octal | 361 | 126 | 214 | 0 | 100 | 52 | 5 | 523 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10001100 | 0 | 1000000 | 101010 | 101 | 101010011 | 1010101 | 1000000 |
Color Harmonies of #F1568C
Complementary color
Monochromatic Colors of #F1568C
Black with #F1568C
Text Example
Text Example
White with #F1568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1568C; }
p { color: rgb(241,86,140); }
H1.HeaderClassName
{
color: #F1568C;
}
.AnyTagClassName
{
color: #F1568C;
}
</style>
background-color css
<style>
a { background-color: #F1568C; }
a { background-color: rgb(241,86,140); }
div.DivClassName
{
background-color: #F1568C;
}
.BgClassName
{
background-color: #F1568C;
}
</style>
border-color css
<style>
span { border-color: #F1568C; }
span { border-color: rgb(241,86,140); }
td.TdClassName
{
border-color: #F1568C;
}
.TagClassName
{
border-color: #F1568C;
}
</style>