Shades of Froly #F46568
Tints of Froly #F46568
RGB
CMYK
RGB Variations
Color information
#F46568 (or 0xF46568) is known color: Froly. HEX triplet: F4, 65 and 68. RGB value is (244,101,104). Sum of RGB (Red+Green+Blue) = 244+101+104=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F46568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46568 is #0B9A97. Grayscale: #909090. Windows color (decimal): -760472 or 6841844. OLE color: 6841844.
HSL color Cylindrical-coordinate representation of color #F46568: hue angle of 358.74º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F46568 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 104 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.04 |
| HSL | 358.74º | 0.87% | 0.68% | - |
| HSV(B) | 358.74º | 0.59% | 0.96% | - |
| XYZ | 44.46 | 29.54 | 16.46 | - |
| YUV | 144.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 104 | 0 | 0.59 | 0.57 | 0.04 | 358.74 | 0.87 | 0.68 |
| Hex | F4 | 65 | 68 | 0 | 3B | 39 | 4 | 167 | 57 | 44 |
| Octal | 364 | 145 | 150 | 0 | 73 | 71 | 4 | 547 | 127 | 104 |
| Binary | 11110100 | 1100101 | 1101000 | 0 | 111011 | 111001 | 100 | 101100111 | 1010111 | 1000100 |
Color Harmonies of #F46568
Complementary color
Monochromatic Colors of #F46568
Black with #F46568
Text Example
Text Example
White with #F46568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46568; }
p { color: rgb(244,101,104); }
H1.HeaderClassName
{
color: #F46568;
}
.AnyTagClassName
{
color: #F46568;
}
</style>
background-color css
<style>
a { background-color: #F46568; }
a { background-color: rgb(244,101,104); }
div.DivClassName
{
background-color: #F46568;
}
.BgClassName
{
background-color: #F46568;
}
</style>
border-color css
<style>
span { border-color: #F46568; }
span { border-color: rgb(244,101,104); }
td.TdClassName
{
border-color: #F46568;
}
.TagClassName
{
border-color: #F46568;
}
</style>