Shades of Froly #F4727B
Tints of Froly #F4727B
RGB
CMYK
RGB Variations
Color information
#F4727B (or 0xF4727B) is known color: Froly. HEX triplet: F4, 72 and 7B. RGB value is (244,114,123). Sum of RGB (Red+Green+Blue) = 244+114+123=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4727B is #0B8D84. Grayscale: #999999. Windows color (decimal): -757125 or 8090356. OLE color: 8090356.
HSL color Cylindrical-coordinate representation of color #F4727B: hue angle of 355.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4727B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 123 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.04 |
| HSL | 355.85º | 0.86% | 0.7% | - |
| HSV(B) | 355.85º | 0.53% | 0.96% | - |
| XYZ | 46.9 | 32.7 | 22.58 | - |
| YUV | 153.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 123 | 0 | 0.53 | 0.50 | 0.04 | 355.85 | 0.86 | 0.7 |
| Hex | F4 | 72 | 7B | 0 | 35 | 32 | 4 | 164 | 56 | 46 |
| Octal | 364 | 162 | 173 | 0 | 65 | 62 | 4 | 544 | 126 | 106 |
| Binary | 11110100 | 1110010 | 1111011 | 0 | 110101 | 110010 | 100 | 101100100 | 1010110 | 1000110 |
Color Harmonies of #F4727B
Complementary color
Monochromatic Colors of #F4727B
Black with #F4727B
Text Example
Text Example
White with #F4727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4727B; }
p { color: rgb(244,114,123); }
H1.HeaderClassName
{
color: #F4727B;
}
.AnyTagClassName
{
color: #F4727B;
}
</style>
background-color css
<style>
a { background-color: #F4727B; }
a { background-color: rgb(244,114,123); }
div.DivClassName
{
background-color: #F4727B;
}
.BgClassName
{
background-color: #F4727B;
}
</style>
border-color css
<style>
span { border-color: #F4727B; }
span { border-color: rgb(244,114,123); }
td.TdClassName
{
border-color: #F4727B;
}
.TagClassName
{
border-color: #F4727B;
}
</style>