Shades of Froly #F46672
Tints of Froly #F46672
RGB
CMYK
RGB Variations
Color information
#F46672 (or 0xF46672) is known color: Froly. HEX triplet: F4, 66 and 72. RGB value is (244,102,114). Sum of RGB (Red+Green+Blue) = 244+102+114=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F46672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46672 is #0B998D. Grayscale: #919191. Windows color (decimal): -760206 or 7497460. OLE color: 7497460.
HSL color Cylindrical-coordinate representation of color #F46672: hue angle of 354.93º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F46672 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 114 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.04 |
| HSL | 354.93º | 0.87% | 0.68% | - |
| HSV(B) | 354.93º | 0.58% | 0.96% | - |
| XYZ | 45.1 | 29.95 | 19.32 | - |
| YUV | 145.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 114 | 0 | 0.58 | 0.53 | 0.04 | 354.93 | 0.87 | 0.68 |
| Hex | F4 | 66 | 72 | 0 | 3A | 35 | 4 | 163 | 57 | 44 |
| Octal | 364 | 146 | 162 | 0 | 72 | 65 | 4 | 543 | 127 | 104 |
| Binary | 11110100 | 1100110 | 1110010 | 0 | 111010 | 110101 | 100 | 101100011 | 1010111 | 1000100 |
Color Harmonies of #F46672
Complementary color
Monochromatic Colors of #F46672
Black with #F46672
Text Example
Text Example
White with #F46672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46672; }
p { color: rgb(244,102,114); }
H1.HeaderClassName
{
color: #F46672;
}
.AnyTagClassName
{
color: #F46672;
}
</style>
background-color css
<style>
a { background-color: #F46672; }
a { background-color: rgb(244,102,114); }
div.DivClassName
{
background-color: #F46672;
}
.BgClassName
{
background-color: #F46672;
}
</style>
border-color css
<style>
span { border-color: #F46672; }
span { border-color: rgb(244,102,114); }
td.TdClassName
{
border-color: #F46672;
}
.TagClassName
{
border-color: #F46672;
}
</style>