Shades of Froly #F46566
Tints of Froly #F46566
RGB
CMYK
RGB Variations
Color information
#F46566 (or 0xF46566) is known color: Froly. HEX triplet: F4, 65 and 66. RGB value is (244,101,102). Sum of RGB (Red+Green+Blue) = 244+101+102=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F46566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46566 is #0B9A99. Grayscale: #909090. Windows color (decimal): -760474 or 6710772. OLE color: 6710772.
HSL color Cylindrical-coordinate representation of color #F46566: hue angle of 359.58º 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 #F46566 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 102 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.04 |
| HSL | 359.58º | 0.87% | 0.68% | - |
| HSV(B) | 359.58º | 0.59% | 0.96% | - |
| XYZ | 44.36 | 29.5 | 15.93 | - |
| YUV | 143.87 | 104.38 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 102 | 0 | 0.59 | 0.58 | 0.04 | 359.58 | 0.87 | 0.68 |
| Hex | F4 | 65 | 66 | 0 | 3B | 3A | 4 | 168 | 57 | 44 |
| Octal | 364 | 145 | 146 | 0 | 73 | 72 | 4 | 550 | 127 | 104 |
| Binary | 11110100 | 1100101 | 1100110 | 0 | 111011 | 111010 | 100 | 101101000 | 1010111 | 1000100 |
Color Harmonies of #F46566
Complementary color
Monochromatic Colors of #F46566
Black with #F46566
Text Example
Text Example
White with #F46566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46566; }
p { color: rgb(244,101,102); }
H1.HeaderClassName
{
color: #F46566;
}
.AnyTagClassName
{
color: #F46566;
}
</style>
background-color css
<style>
a { background-color: #F46566; }
a { background-color: rgb(244,101,102); }
div.DivClassName
{
background-color: #F46566;
}
.BgClassName
{
background-color: #F46566;
}
</style>
border-color css
<style>
span { border-color: #F46566; }
span { border-color: rgb(244,101,102); }
td.TdClassName
{
border-color: #F46566;
}
.TagClassName
{
border-color: #F46566;
}
</style>