Shades of Froly #F16667
Tints of Froly #F16667
RGB
CMYK
RGB Variations
Color information
#F16667 (or 0xF16667) is known color: Froly. HEX triplet: F1, 66 and 67. RGB value is (241,102,103). Sum of RGB (Red+Green+Blue) = 241+102+103=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F16667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16667 is #0E9998. Grayscale: #8F8F8F. Windows color (decimal): -956825 or 6776561. OLE color: 6776561.
HSL color Cylindrical-coordinate representation of color #F16667: hue angle of 359.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16667 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 103 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.05 |
| HSL | 359.57º | 0.83% | 0.67% | - |
| HSV(B) | 359.57º | 0.58% | 0.95% | - |
| XYZ | 43.48 | 29.18 | 16.17 | - |
| YUV | 143.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 103 | 0 | 0.58 | 0.57 | 0.05 | 359.57 | 0.83 | 0.67 |
| Hex | F1 | 66 | 67 | 0 | 3A | 39 | 5 | 168 | 53 | 43 |
| Octal | 361 | 146 | 147 | 0 | 72 | 71 | 5 | 550 | 123 | 103 |
| Binary | 11110001 | 1100110 | 1100111 | 0 | 111010 | 111001 | 101 | 101101000 | 1010011 | 1000011 |
Color Harmonies of #F16667
Complementary color
Monochromatic Colors of #F16667
Black with #F16667
Text Example
Text Example
White with #F16667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16667; }
p { color: rgb(241,102,103); }
H1.HeaderClassName
{
color: #F16667;
}
.AnyTagClassName
{
color: #F16667;
}
</style>
background-color css
<style>
a { background-color: #F16667; }
a { background-color: rgb(241,102,103); }
div.DivClassName
{
background-color: #F16667;
}
.BgClassName
{
background-color: #F16667;
}
</style>
border-color css
<style>
span { border-color: #F16667; }
span { border-color: rgb(241,102,103); }
td.TdClassName
{
border-color: #F16667;
}
.TagClassName
{
border-color: #F16667;
}
</style>