Shades of Froly #F47A7D
Tints of Froly #F47A7D
RGB
CMYK
RGB Variations
Color information
#F47A7D (or 0xF47A7D) is known color: Froly. HEX triplet: F4, 7A and 7D. RGB value is (244,122,125). Sum of RGB (Red+Green+Blue) = 244+122+125=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47A7D is #0B8582. Grayscale: #9E9E9E. Windows color (decimal): -755075 or 8223476. OLE color: 8223476.
HSL color Cylindrical-coordinate representation of color #F47A7D: hue angle of 358.52º 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 #F47A7D is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 125 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.04 |
| HSL | 358.52º | 0.85% | 0.72% | - |
| HSV(B) | 358.52º | 0.5% | 0.96% | - |
| XYZ | 47.97 | 34.63 | 23.56 | - |
| YUV | 158.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 125 | 0 | 0.5 | 0.49 | 0.04 | 358.52 | 0.85 | 0.72 |
| Hex | F4 | 7A | 7D | 0 | 32 | 31 | 4 | 167 | 55 | 48 |
| Octal | 364 | 172 | 175 | 0 | 62 | 61 | 4 | 547 | 125 | 110 |
| Binary | 11110100 | 1111010 | 1111101 | 0 | 110010 | 110001 | 100 | 101100111 | 1010101 | 1001000 |
Color Harmonies of #F47A7D
Complementary color
Monochromatic Colors of #F47A7D
Black with #F47A7D
Text Example
Text Example
White with #F47A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A7D; }
p { color: rgb(244,122,125); }
H1.HeaderClassName
{
color: #F47A7D;
}
.AnyTagClassName
{
color: #F47A7D;
}
</style>
background-color css
<style>
a { background-color: #F47A7D; }
a { background-color: rgb(244,122,125); }
div.DivClassName
{
background-color: #F47A7D;
}
.BgClassName
{
background-color: #F47A7D;
}
</style>
border-color css
<style>
span { border-color: #F47A7D; }
span { border-color: rgb(244,122,125); }
td.TdClassName
{
border-color: #F47A7D;
}
.TagClassName
{
border-color: #F47A7D;
}
</style>