Shades of Froly #F46465
Tints of Froly #F46465
RGB
CMYK
RGB Variations
Color information
#F46465 (or 0xF46465) is known color: Froly. HEX triplet: F4, 64 and 65. RGB value is (244,100,101). Sum of RGB (Red+Green+Blue) = 244+100+101=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F46465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46465 is #0B9B9A. Grayscale: #8F8F8F. Windows color (decimal): -760731 or 6644980. OLE color: 6644980.
HSL color Cylindrical-coordinate representation of color #F46465: hue angle of 359.58º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F46465 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 101 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.04 |
| HSL | 359.58º | 0.87% | 0.67% | - |
| HSV(B) | 359.58º | 0.59% | 0.96% | - |
| XYZ | 44.21 | 29.29 | 15.63 | - |
| YUV | 143.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 101 | 0 | 0.59 | 0.59 | 0.04 | 359.58 | 0.87 | 0.67 |
| Hex | F4 | 64 | 65 | 0 | 3B | 3B | 4 | 168 | 57 | 43 |
| Octal | 364 | 144 | 145 | 0 | 73 | 73 | 4 | 550 | 127 | 103 |
| Binary | 11110100 | 1100100 | 1100101 | 0 | 111011 | 111011 | 100 | 101101000 | 1010111 | 1000011 |
Color Harmonies of #F46465
Complementary color
Monochromatic Colors of #F46465
Black with #F46465
Text Example
Text Example
White with #F46465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46465; }
p { color: rgb(244,100,101); }
H1.HeaderClassName
{
color: #F46465;
}
.AnyTagClassName
{
color: #F46465;
}
</style>
background-color css
<style>
a { background-color: #F46465; }
a { background-color: rgb(244,100,101); }
div.DivClassName
{
background-color: #F46465;
}
.BgClassName
{
background-color: #F46465;
}
</style>
border-color css
<style>
span { border-color: #F46465; }
span { border-color: rgb(244,100,101); }
td.TdClassName
{
border-color: #F46465;
}
.TagClassName
{
border-color: #F46465;
}
</style>