Shades of Froly #F16063
Tints of Froly #F16063
RGB
CMYK
RGB Variations
Color information
#F16063 (or 0xF16063) is known color: Froly. HEX triplet: F1, 60 and 63. RGB value is (241,96,99). Sum of RGB (Red+Green+Blue) = 241+96+99=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F16063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16063 is #0E9F9C. Grayscale: #8B8B8B. Windows color (decimal): -958365 or 6512881. OLE color: 6512881.
HSL color Cylindrical-coordinate representation of color #F16063: hue angle of 358.76º 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 #F16063 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 99 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.05 |
| HSL | 358.76º | 0.84% | 0.66% | - |
| HSV(B) | 358.76º | 0.6% | 0.95% | - |
| XYZ | 42.71 | 27.97 | 14.95 | - |
| YUV | 139.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 99 | 0 | 0.60 | 0.59 | 0.05 | 358.76 | 0.84 | 0.66 |
| Hex | F1 | 60 | 63 | 0 | 3C | 3B | 5 | 167 | 54 | 42 |
| Octal | 361 | 140 | 143 | 0 | 74 | 73 | 5 | 547 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1100011 | 0 | 111100 | 111011 | 101 | 101100111 | 1010100 | 1000010 |
Color Harmonies of #F16063
Complementary color
Monochromatic Colors of #F16063
Black with #F16063
Text Example
Text Example
White with #F16063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16063; }
p { color: rgb(241,96,99); }
H1.HeaderClassName
{
color: #F16063;
}
.AnyTagClassName
{
color: #F16063;
}
</style>
background-color css
<style>
a { background-color: #F16063; }
a { background-color: rgb(241,96,99); }
div.DivClassName
{
background-color: #F16063;
}
.BgClassName
{
background-color: #F16063;
}
</style>
border-color css
<style>
span { border-color: #F16063; }
span { border-color: rgb(241,96,99); }
td.TdClassName
{
border-color: #F16063;
}
.TagClassName
{
border-color: #F16063;
}
</style>