Shades of Froly #F4707D
Tints of Froly #F4707D
RGB
CMYK
RGB Variations
Color information
#F4707D (or 0xF4707D) is known color: Froly. HEX triplet: F4, 70 and 7D. RGB value is (244,112,125). Sum of RGB (Red+Green+Blue) = 244+112+125=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4707D is #0B8F82. Grayscale: #999999. Windows color (decimal): -757635 or 8220916. OLE color: 8220916.
HSL color Cylindrical-coordinate representation of color #F4707D: hue angle of 354.09º 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 #F4707D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 125 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.04 |
| HSL | 354.09º | 0.86% | 0.7% | - |
| HSV(B) | 354.09º | 0.54% | 0.96% | - |
| XYZ | 46.8 | 32.3 | 23.17 | - |
| YUV | 152.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 125 | 0 | 0.54 | 0.49 | 0.04 | 354.09 | 0.86 | 0.7 |
| Hex | F4 | 70 | 7D | 0 | 36 | 31 | 4 | 162 | 56 | 46 |
| Octal | 364 | 160 | 175 | 0 | 66 | 61 | 4 | 542 | 126 | 106 |
| Binary | 11110100 | 1110000 | 1111101 | 0 | 110110 | 110001 | 100 | 101100010 | 1010110 | 1000110 |
Color Harmonies of #F4707D
Complementary color
Monochromatic Colors of #F4707D
Black with #F4707D
Text Example
Text Example
White with #F4707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4707D; }
p { color: rgb(244,112,125); }
H1.HeaderClassName
{
color: #F4707D;
}
.AnyTagClassName
{
color: #F4707D;
}
</style>
background-color css
<style>
a { background-color: #F4707D; }
a { background-color: rgb(244,112,125); }
div.DivClassName
{
background-color: #F4707D;
}
.BgClassName
{
background-color: #F4707D;
}
</style>
border-color css
<style>
span { border-color: #F4707D; }
span { border-color: rgb(244,112,125); }
td.TdClassName
{
border-color: #F4707D;
}
.TagClassName
{
border-color: #F4707D;
}
</style>