Shades of Froly #F16270
Tints of Froly #F16270
RGB
CMYK
RGB Variations
Color information
#F16270 (or 0xF16270) is known color: Froly. HEX triplet: F1, 62 and 70. RGB value is (241,98,112). Sum of RGB (Red+Green+Blue) = 241+98+112=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16270 is #0E9D8F. Grayscale: #8E8E8E. Windows color (decimal): -957840 or 7365361. OLE color: 7365361.
HSL color Cylindrical-coordinate representation of color #F16270: hue angle of 354.13º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16270 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 112 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.05 |
| HSL | 354.13º | 0.84% | 0.66% | - |
| HSV(B) | 354.13º | 0.59% | 0.95% | - |
| XYZ | 43.57 | 28.61 | 18.55 | - |
| YUV | 142.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 112 | 0 | 0.59 | 0.54 | 0.05 | 354.13 | 0.84 | 0.66 |
| Hex | F1 | 62 | 70 | 0 | 3B | 36 | 5 | 162 | 54 | 42 |
| Octal | 361 | 142 | 160 | 0 | 73 | 66 | 5 | 542 | 124 | 102 |
| Binary | 11110001 | 1100010 | 1110000 | 0 | 111011 | 110110 | 101 | 101100010 | 1010100 | 1000010 |
Color Harmonies of #F16270
Complementary color
Monochromatic Colors of #F16270
Black with #F16270
Text Example
Text Example
White with #F16270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16270; }
p { color: rgb(241,98,112); }
H1.HeaderClassName
{
color: #F16270;
}
.AnyTagClassName
{
color: #F16270;
}
</style>
background-color css
<style>
a { background-color: #F16270; }
a { background-color: rgb(241,98,112); }
div.DivClassName
{
background-color: #F16270;
}
.BgClassName
{
background-color: #F16270;
}
</style>
border-color css
<style>
span { border-color: #F16270; }
span { border-color: rgb(241,98,112); }
td.TdClassName
{
border-color: #F16270;
}
.TagClassName
{
border-color: #F16270;
}
</style>