Shades of Froly #F16576
Tints of Froly #F16576
RGB
CMYK
RGB Variations
Color information
#F16576 (or 0xF16576) is known color: Froly. HEX triplet: F1, 65 and 76. RGB value is (241,101,118). Sum of RGB (Red+Green+Blue) = 241+101+118=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F16576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16576 is #0E9A89. Grayscale: #909090. Windows color (decimal): -957066 or 7759345. OLE color: 7759345.
HSL color Cylindrical-coordinate representation of color #F16576: hue angle of 352.71º 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 #F16576 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 118 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.05 |
| HSL | 352.71º | 0.83% | 0.67% | - |
| HSV(B) | 352.71º | 0.58% | 0.95% | - |
| XYZ | 44.2 | 29.32 | 20.47 | - |
| YUV | 144.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 118 | 0 | 0.58 | 0.51 | 0.05 | 352.71 | 0.83 | 0.67 |
| Hex | F1 | 65 | 76 | 0 | 3A | 33 | 5 | 161 | 53 | 43 |
| Octal | 361 | 145 | 166 | 0 | 72 | 63 | 5 | 541 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1110110 | 0 | 111010 | 110011 | 101 | 101100001 | 1010011 | 1000011 |
Color Harmonies of #F16576
Complementary color
Monochromatic Colors of #F16576
Black with #F16576
Text Example
Text Example
White with #F16576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16576; }
p { color: rgb(241,101,118); }
H1.HeaderClassName
{
color: #F16576;
}
.AnyTagClassName
{
color: #F16576;
}
</style>
background-color css
<style>
a { background-color: #F16576; }
a { background-color: rgb(241,101,118); }
div.DivClassName
{
background-color: #F16576;
}
.BgClassName
{
background-color: #F16576;
}
</style>
border-color css
<style>
span { border-color: #F16576; }
span { border-color: rgb(241,101,118); }
td.TdClassName
{
border-color: #F16576;
}
.TagClassName
{
border-color: #F16576;
}
</style>