Shades of Froly #F67175
Tints of Froly #F67175
RGB
CMYK
RGB Variations
Color information
#F67175 (or 0xF67175) is known color: Froly. HEX triplet: F6, 71 and 75. RGB value is (246,113,117). Sum of RGB (Red+Green+Blue) = 246+113+117=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67175 is #098E8A. Grayscale: #999999. Windows color (decimal): -626315 or 7696886. OLE color: 7696886.
HSL color Cylindrical-coordinate representation of color #F67175: hue angle of 358.2º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67175 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 117 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.04 |
| HSL | 358.2º | 0.88% | 0.7% | - |
| HSV(B) | 358.2º | 0.54% | 0.96% | - |
| XYZ | 47.12 | 32.69 | 20.66 | - |
| YUV | 153.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 117 | 0 | 0.54 | 0.52 | 0.04 | 358.2 | 0.88 | 0.7 |
| Hex | F6 | 71 | 75 | 0 | 36 | 34 | 4 | 166 | 58 | 46 |
| Octal | 366 | 161 | 165 | 0 | 66 | 64 | 4 | 546 | 130 | 106 |
| Binary | 11110110 | 1110001 | 1110101 | 0 | 110110 | 110100 | 100 | 101100110 | 1011000 | 1000110 |
Color Harmonies of #F67175
Complementary color
Monochromatic Colors of #F67175
Black with #F67175
Text Example
Text Example
White with #F67175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67175; }
p { color: rgb(246,113,117); }
H1.HeaderClassName
{
color: #F67175;
}
.AnyTagClassName
{
color: #F67175;
}
</style>
background-color css
<style>
a { background-color: #F67175; }
a { background-color: rgb(246,113,117); }
div.DivClassName
{
background-color: #F67175;
}
.BgClassName
{
background-color: #F67175;
}
</style>
border-color css
<style>
span { border-color: #F67175; }
span { border-color: rgb(246,113,117); }
td.TdClassName
{
border-color: #F67175;
}
.TagClassName
{
border-color: #F67175;
}
</style>