Shades of Froly #F16367
Tints of Froly #F16367
RGB
CMYK
RGB Variations
Color information
#F16367 (or 0xF16367) is known color: Froly. HEX triplet: F1, 63 and 67. RGB value is (241,99,103). Sum of RGB (Red+Green+Blue) = 241+99+103=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F16367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16367 is #0E9C98. Grayscale: #8E8E8E. Windows color (decimal): -957593 or 6775793. OLE color: 6775793.
HSL color Cylindrical-coordinate representation of color #F16367: hue angle of 358.31º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16367 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 103 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.05 |
| HSL | 358.31º | 0.84% | 0.67% | - |
| HSV(B) | 358.31º | 0.59% | 0.95% | - |
| XYZ | 43.19 | 28.6 | 16.08 | - |
| YUV | 141.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 103 | 0 | 0.59 | 0.57 | 0.05 | 358.31 | 0.84 | 0.67 |
| Hex | F1 | 63 | 67 | 0 | 3B | 39 | 5 | 166 | 54 | 43 |
| Octal | 361 | 143 | 147 | 0 | 73 | 71 | 5 | 546 | 124 | 103 |
| Binary | 11110001 | 1100011 | 1100111 | 0 | 111011 | 111001 | 101 | 101100110 | 1010100 | 1000011 |
Color Harmonies of #F16367
Complementary color
Monochromatic Colors of #F16367
Black with #F16367
Text Example
Text Example
White with #F16367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16367; }
p { color: rgb(241,99,103); }
H1.HeaderClassName
{
color: #F16367;
}
.AnyTagClassName
{
color: #F16367;
}
</style>
background-color css
<style>
a { background-color: #F16367; }
a { background-color: rgb(241,99,103); }
div.DivClassName
{
background-color: #F16367;
}
.BgClassName
{
background-color: #F16367;
}
</style>
border-color css
<style>
span { border-color: #F16367; }
span { border-color: rgb(241,99,103); }
td.TdClassName
{
border-color: #F16367;
}
.TagClassName
{
border-color: #F16367;
}
</style>