Shades of Froly #F16069
Tints of Froly #F16069
RGB
CMYK
RGB Variations
Color information
#F16069 (or 0xF16069) is known color: Froly. HEX triplet: F1, 60 and 69. RGB value is (241,96,105). Sum of RGB (Red+Green+Blue) = 241+96+105=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F16069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16069 is #0E9F96. Grayscale: #8C8C8C. Windows color (decimal): -958359 or 6906097. OLE color: 6906097.
HSL color Cylindrical-coordinate representation of color #F16069: hue angle of 356.28º 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 #F16069 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 105 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.05 |
| HSL | 356.28º | 0.84% | 0.66% | - |
| HSV(B) | 356.28º | 0.6% | 0.95% | - |
| XYZ | 43.01 | 28.09 | 16.52 | - |
| YUV | 140.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 105 | 0 | 0.60 | 0.56 | 0.05 | 356.28 | 0.84 | 0.66 |
| Hex | F1 | 60 | 69 | 0 | 3C | 38 | 5 | 164 | 54 | 42 |
| Octal | 361 | 140 | 151 | 0 | 74 | 70 | 5 | 544 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1101001 | 0 | 111100 | 111000 | 101 | 101100100 | 1010100 | 1000010 |
Color Harmonies of #F16069
Complementary color
Monochromatic Colors of #F16069
Black with #F16069
Text Example
Text Example
White with #F16069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16069; }
p { color: rgb(241,96,105); }
H1.HeaderClassName
{
color: #F16069;
}
.AnyTagClassName
{
color: #F16069;
}
</style>
background-color css
<style>
a { background-color: #F16069; }
a { background-color: rgb(241,96,105); }
div.DivClassName
{
background-color: #F16069;
}
.BgClassName
{
background-color: #F16069;
}
</style>
border-color css
<style>
span { border-color: #F16069; }
span { border-color: rgb(241,96,105); }
td.TdClassName
{
border-color: #F16069;
}
.TagClassName
{
border-color: #F16069;
}
</style>