Shades of Froly #F46C7A
Tints of Froly #F46C7A
RGB
CMYK
RGB Variations
Color information
#F46C7A (or 0xF46C7A) is known color: Froly. HEX triplet: F4, 6C and 7A. RGB value is (244,108,122). Sum of RGB (Red+Green+Blue) = 244+108+122=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46C7A is #0B9385. Grayscale: #969696. Windows color (decimal): -758662 or 8023284. OLE color: 8023284.
HSL color Cylindrical-coordinate representation of color #F46C7A: hue angle of 353.82º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F46C7A is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 122 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.04 |
| HSL | 353.82º | 0.86% | 0.69% | - |
| HSV(B) | 353.82º | 0.56% | 0.96% | - |
| XYZ | 46.18 | 31.36 | 22.03 | - |
| YUV | 150.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 122 | 0 | 0.56 | 0.5 | 0.04 | 353.82 | 0.86 | 0.69 |
| Hex | F4 | 6C | 7A | 0 | 38 | 32 | 4 | 162 | 56 | 45 |
| Octal | 364 | 154 | 172 | 0 | 70 | 62 | 4 | 542 | 126 | 105 |
| Binary | 11110100 | 1101100 | 1111010 | 0 | 111000 | 110010 | 100 | 101100010 | 1010110 | 1000101 |
Color Harmonies of #F46C7A
Complementary color
Monochromatic Colors of #F46C7A
Black with #F46C7A
Text Example
Text Example
White with #F46C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46C7A; }
p { color: rgb(244,108,122); }
H1.HeaderClassName
{
color: #F46C7A;
}
.AnyTagClassName
{
color: #F46C7A;
}
</style>
background-color css
<style>
a { background-color: #F46C7A; }
a { background-color: rgb(244,108,122); }
div.DivClassName
{
background-color: #F46C7A;
}
.BgClassName
{
background-color: #F46C7A;
}
</style>
border-color css
<style>
span { border-color: #F46C7A; }
span { border-color: rgb(244,108,122); }
td.TdClassName
{
border-color: #F46C7A;
}
.TagClassName
{
border-color: #F46C7A;
}
</style>