Shades of Froly #F4717C
Tints of Froly #F4717C
RGB
CMYK
RGB Variations
Color information
#F4717C (or 0xF4717C) is known color: Froly. HEX triplet: F4, 71 and 7C. RGB value is (244,113,124). Sum of RGB (Red+Green+Blue) = 244+113+124=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4717C is #0B8E83. Grayscale: #999999. Windows color (decimal): -757380 or 8155636. OLE color: 8155636.
HSL color Cylindrical-coordinate representation of color #F4717C: hue angle of 354.96º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4717C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 124 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.04 |
| HSL | 354.96º | 0.86% | 0.7% | - |
| HSV(B) | 354.96º | 0.54% | 0.96% | - |
| XYZ | 46.85 | 32.5 | 22.87 | - |
| YUV | 153.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 124 | 0 | 0.54 | 0.49 | 0.04 | 354.96 | 0.86 | 0.7 |
| Hex | F4 | 71 | 7C | 0 | 36 | 31 | 4 | 163 | 56 | 46 |
| Octal | 364 | 161 | 174 | 0 | 66 | 61 | 4 | 543 | 126 | 106 |
| Binary | 11110100 | 1110001 | 1111100 | 0 | 110110 | 110001 | 100 | 101100011 | 1010110 | 1000110 |
Color Harmonies of #F4717C
Complementary color
Monochromatic Colors of #F4717C
Black with #F4717C
Text Example
Text Example
White with #F4717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4717C; }
p { color: rgb(244,113,124); }
H1.HeaderClassName
{
color: #F4717C;
}
.AnyTagClassName
{
color: #F4717C;
}
</style>
background-color css
<style>
a { background-color: #F4717C; }
a { background-color: rgb(244,113,124); }
div.DivClassName
{
background-color: #F4717C;
}
.BgClassName
{
background-color: #F4717C;
}
</style>
border-color css
<style>
span { border-color: #F4717C; }
span { border-color: rgb(244,113,124); }
td.TdClassName
{
border-color: #F4717C;
}
.TagClassName
{
border-color: #F4717C;
}
</style>