Shades of Froly #F47A7B
Tints of Froly #F47A7B
RGB
CMYK
RGB Variations
Color information
#F47A7B (or 0xF47A7B) is known color: Froly. HEX triplet: F4, 7A and 7B. RGB value is (244,122,123). Sum of RGB (Red+Green+Blue) = 244+122+123=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47A7B is #0B8584. Grayscale: #9E9E9E. Windows color (decimal): -755077 or 8092404. OLE color: 8092404.
HSL color Cylindrical-coordinate representation of color #F47A7B: hue angle of 359.51º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47A7B is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 123 | - |
| CMYK | 0 | 0.5 | 0.50 | 0.04 |
| HSL | 359.51º | 0.85% | 0.72% | - |
| HSV(B) | 359.51º | 0.5% | 0.96% | - |
| XYZ | 47.84 | 34.58 | 22.89 | - |
| YUV | 158.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 123 | 0 | 0.5 | 0.50 | 0.04 | 359.51 | 0.85 | 0.72 |
| Hex | F4 | 7A | 7B | 0 | 32 | 32 | 4 | 168 | 55 | 48 |
| Octal | 364 | 172 | 173 | 0 | 62 | 62 | 4 | 550 | 125 | 110 |
| Binary | 11110100 | 1111010 | 1111011 | 0 | 110010 | 110010 | 100 | 101101000 | 1010101 | 1001000 |
Color Harmonies of #F47A7B
Complementary color
Monochromatic Colors of #F47A7B
Black with #F47A7B
Text Example
Text Example
White with #F47A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A7B; }
p { color: rgb(244,122,123); }
H1.HeaderClassName
{
color: #F47A7B;
}
.AnyTagClassName
{
color: #F47A7B;
}
</style>
background-color css
<style>
a { background-color: #F47A7B; }
a { background-color: rgb(244,122,123); }
div.DivClassName
{
background-color: #F47A7B;
}
.BgClassName
{
background-color: #F47A7B;
}
</style>
border-color css
<style>
span { border-color: #F47A7B; }
span { border-color: rgb(244,122,123); }
td.TdClassName
{
border-color: #F47A7B;
}
.TagClassName
{
border-color: #F47A7B;
}
</style>