Shades of Froly #F46D7B
Tints of Froly #F46D7B
RGB
CMYK
RGB Variations
Color information
#F46D7B (or 0xF46D7B) is known color: Froly. HEX triplet: F4, 6D and 7B. RGB value is (244,109,123). Sum of RGB (Red+Green+Blue) = 244+109+123=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46D7B is #0B9284. Grayscale: #979797. Windows color (decimal): -758405 or 8089076. OLE color: 8089076.
HSL color Cylindrical-coordinate representation of color #F46D7B: hue angle of 353.78º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46D7B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 123 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.04 |
| HSL | 353.78º | 0.86% | 0.69% | - |
| HSV(B) | 353.78º | 0.55% | 0.96% | - |
| XYZ | 46.35 | 31.6 | 22.4 | - |
| YUV | 150.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 123 | 0 | 0.55 | 0.50 | 0.04 | 353.78 | 0.86 | 0.69 |
| Hex | F4 | 6D | 7B | 0 | 37 | 32 | 4 | 162 | 56 | 45 |
| Octal | 364 | 155 | 173 | 0 | 67 | 62 | 4 | 542 | 126 | 105 |
| Binary | 11110100 | 1101101 | 1111011 | 0 | 110111 | 110010 | 100 | 101100010 | 1010110 | 1000101 |
Color Harmonies of #F46D7B
Complementary color
Monochromatic Colors of #F46D7B
Black with #F46D7B
Text Example
Text Example
White with #F46D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D7B; }
p { color: rgb(244,109,123); }
H1.HeaderClassName
{
color: #F46D7B;
}
.AnyTagClassName
{
color: #F46D7B;
}
</style>
background-color css
<style>
a { background-color: #F46D7B; }
a { background-color: rgb(244,109,123); }
div.DivClassName
{
background-color: #F46D7B;
}
.BgClassName
{
background-color: #F46D7B;
}
</style>
border-color css
<style>
span { border-color: #F46D7B; }
span { border-color: rgb(244,109,123); }
td.TdClassName
{
border-color: #F46D7B;
}
.TagClassName
{
border-color: #F46D7B;
}
</style>