Shades of Froly #F16470
Tints of Froly #F16470
RGB
CMYK
RGB Variations
Color information
#F16470 (or 0xF16470) is known color: Froly. HEX triplet: F1, 64 and 70. RGB value is (241,100,112). Sum of RGB (Red+Green+Blue) = 241+100+112=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F16470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16470 is #0E9B8F. Grayscale: #8F8F8F. Windows color (decimal): -957328 or 7365873. OLE color: 7365873.
HSL color Cylindrical-coordinate representation of color #F16470: hue angle of 354.89º degrees, saturation: 0.83, 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 #F16470 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 112 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.05 |
| HSL | 354.89º | 0.83% | 0.67% | - |
| HSV(B) | 354.89º | 0.59% | 0.95% | - |
| XYZ | 43.76 | 28.98 | 18.62 | - |
| YUV | 143.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 112 | 0 | 0.59 | 0.54 | 0.05 | 354.89 | 0.83 | 0.67 |
| Hex | F1 | 64 | 70 | 0 | 3B | 36 | 5 | 163 | 53 | 43 |
| Octal | 361 | 144 | 160 | 0 | 73 | 66 | 5 | 543 | 123 | 103 |
| Binary | 11110001 | 1100100 | 1110000 | 0 | 111011 | 110110 | 101 | 101100011 | 1010011 | 1000011 |
Color Harmonies of #F16470
Complementary color
Monochromatic Colors of #F16470
Black with #F16470
Text Example
Text Example
White with #F16470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16470; }
p { color: rgb(241,100,112); }
H1.HeaderClassName
{
color: #F16470;
}
.AnyTagClassName
{
color: #F16470;
}
</style>
background-color css
<style>
a { background-color: #F16470; }
a { background-color: rgb(241,100,112); }
div.DivClassName
{
background-color: #F16470;
}
.BgClassName
{
background-color: #F16470;
}
</style>
border-color css
<style>
span { border-color: #F16470; }
span { border-color: rgb(241,100,112); }
td.TdClassName
{
border-color: #F16470;
}
.TagClassName
{
border-color: #F16470;
}
</style>