Shades of Froly #F47D7E
Tints of Froly #F47D7E
RGB
CMYK
RGB Variations
Color information
#F47D7E (or 0xF47D7E) is known color: Froly. HEX triplet: F4, 7D and 7E. RGB value is (244,125,126). Sum of RGB (Red+Green+Blue) = 244+125+126=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47D7E is #0B8281. Grayscale: #A0A0A0. Windows color (decimal): -754306 or 8289780. OLE color: 8289780.
HSL color Cylindrical-coordinate representation of color #F47D7E: hue angle of 359.5º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47D7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.04 |
| HSL | 359.5º | 0.84% | 0.72% | - |
| HSV(B) | 359.5º | 0.49% | 0.96% | - |
| XYZ | 48.41 | 35.41 | 24.02 | - |
| YUV | 160.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 126 | 0 | 0.49 | 0.48 | 0.04 | 359.5 | 0.84 | 0.72 |
| Hex | F4 | 7D | 7E | 0 | 31 | 30 | 4 | 167 | 54 | 48 |
| Octal | 364 | 175 | 176 | 0 | 61 | 60 | 4 | 547 | 124 | 110 |
| Binary | 11110100 | 1111101 | 1111110 | 0 | 110001 | 110000 | 100 | 101100111 | 1010100 | 1001000 |
Color Harmonies of #F47D7E
Complementary color
Monochromatic Colors of #F47D7E
Black with #F47D7E
Text Example
Text Example
White with #F47D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D7E; }
p { color: rgb(244,125,126); }
H1.HeaderClassName
{
color: #F47D7E;
}
.AnyTagClassName
{
color: #F47D7E;
}
</style>
background-color css
<style>
a { background-color: #F47D7E; }
a { background-color: rgb(244,125,126); }
div.DivClassName
{
background-color: #F47D7E;
}
.BgClassName
{
background-color: #F47D7E;
}
</style>
border-color css
<style>
span { border-color: #F47D7E; }
span { border-color: rgb(244,125,126); }
td.TdClassName
{
border-color: #F47D7E;
}
.TagClassName
{
border-color: #F47D7E;
}
</style>