Shades of Froly #F16E7A
Tints of Froly #F16E7A
RGB
CMYK
RGB Variations
Color information
#F16E7A (or 0xF16E7A) is known color: Froly. HEX triplet: F1, 6E and 7A. RGB value is (241,110,122). Sum of RGB (Red+Green+Blue) = 241+110+122=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E7A is #0E9185. Grayscale: #969696. Windows color (decimal): -954758 or 8023793. OLE color: 8023793.
HSL color Cylindrical-coordinate representation of color #F16E7A: hue angle of 354.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E7A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 122 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.5º | 0.82% | 0.69% | - |
| HSV(B) | 354.5º | 0.54% | 0.95% | - |
| XYZ | 45.36 | 31.26 | 22.05 | - |
| YUV | 150.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 122 | 0 | 0.54 | 0.49 | 0.05 | 354.5 | 0.82 | 0.69 |
| Hex | F1 | 6E | 7A | 0 | 36 | 31 | 5 | 163 | 52 | 45 |
| Octal | 361 | 156 | 172 | 0 | 66 | 61 | 5 | 543 | 122 | 105 |
| Binary | 11110001 | 1101110 | 1111010 | 0 | 110110 | 110001 | 101 | 101100011 | 1010010 | 1000101 |
Color Harmonies of #F16E7A
Complementary color
Monochromatic Colors of #F16E7A
Black with #F16E7A
Text Example
Text Example
White with #F16E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E7A; }
p { color: rgb(241,110,122); }
H1.HeaderClassName
{
color: #F16E7A;
}
.AnyTagClassName
{
color: #F16E7A;
}
</style>
background-color css
<style>
a { background-color: #F16E7A; }
a { background-color: rgb(241,110,122); }
div.DivClassName
{
background-color: #F16E7A;
}
.BgClassName
{
background-color: #F16E7A;
}
</style>
border-color css
<style>
span { border-color: #F16E7A; }
span { border-color: rgb(241,110,122); }
td.TdClassName
{
border-color: #F16E7A;
}
.TagClassName
{
border-color: #F16E7A;
}
</style>