Shades of Froly #F16168
Tints of Froly #F16168
RGB
CMYK
RGB Variations
Color information
#F16168 (or 0xF16168) is known color: Froly. HEX triplet: F1, 61 and 68. RGB value is (241,97,104). Sum of RGB (Red+Green+Blue) = 241+97+104=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F16168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16168 is #0E9E97. Grayscale: #8C8C8C. Windows color (decimal): -958104 or 6840817. OLE color: 6840817.
HSL color Cylindrical-coordinate representation of color #F16168: hue angle of 357.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16168 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 104 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.05 |
| HSL | 357.08º | 0.84% | 0.66% | - |
| HSV(B) | 357.08º | 0.6% | 0.95% | - |
| XYZ | 43.05 | 28.25 | 16.28 | - |
| YUV | 140.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 104 | 0 | 0.60 | 0.57 | 0.05 | 357.08 | 0.84 | 0.66 |
| Hex | F1 | 61 | 68 | 0 | 3C | 39 | 5 | 165 | 54 | 42 |
| Octal | 361 | 141 | 150 | 0 | 74 | 71 | 5 | 545 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1101000 | 0 | 111100 | 111001 | 101 | 101100101 | 1010100 | 1000010 |
Color Harmonies of #F16168
Complementary color
Monochromatic Colors of #F16168
Black with #F16168
Text Example
Text Example
White with #F16168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16168; }
p { color: rgb(241,97,104); }
H1.HeaderClassName
{
color: #F16168;
}
.AnyTagClassName
{
color: #F16168;
}
</style>
background-color css
<style>
a { background-color: #F16168; }
a { background-color: rgb(241,97,104); }
div.DivClassName
{
background-color: #F16168;
}
.BgClassName
{
background-color: #F16168;
}
</style>
border-color css
<style>
span { border-color: #F16168; }
span { border-color: rgb(241,97,104); }
td.TdClassName
{
border-color: #F16168;
}
.TagClassName
{
border-color: #F16168;
}
</style>