Shades of Froly #F16E7E
Tints of Froly #F16E7E
RGB
CMYK
RGB Variations
Color information
#F16E7E (or 0xF16E7E) is known color: Froly. HEX triplet: F1, 6E and 7E. RGB value is (241,110,126). Sum of RGB (Red+Green+Blue) = 241+110+126=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E7E is #0E9181. Grayscale: #979797. Windows color (decimal): -954754 or 8285937. OLE color: 8285937.
HSL color Cylindrical-coordinate representation of color #F16E7E: hue angle of 352.67º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E7E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 126 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 352.67º | 0.82% | 0.69% | - |
| HSV(B) | 352.67º | 0.54% | 0.95% | - |
| XYZ | 45.62 | 31.36 | 23.39 | - |
| YUV | 150.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 126 | 0 | 0.54 | 0.48 | 0.05 | 352.67 | 0.82 | 0.69 |
| Hex | F1 | 6E | 7E | 0 | 36 | 30 | 5 | 161 | 52 | 45 |
| Octal | 361 | 156 | 176 | 0 | 66 | 60 | 5 | 541 | 122 | 105 |
| Binary | 11110001 | 1101110 | 1111110 | 0 | 110110 | 110000 | 101 | 101100001 | 1010010 | 1000101 |
Color Harmonies of #F16E7E
Complementary color
Monochromatic Colors of #F16E7E
Black with #F16E7E
Text Example
Text Example
White with #F16E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E7E; }
p { color: rgb(241,110,126); }
H1.HeaderClassName
{
color: #F16E7E;
}
.AnyTagClassName
{
color: #F16E7E;
}
</style>
background-color css
<style>
a { background-color: #F16E7E; }
a { background-color: rgb(241,110,126); }
div.DivClassName
{
background-color: #F16E7E;
}
.BgClassName
{
background-color: #F16E7E;
}
</style>
border-color css
<style>
span { border-color: #F16E7E; }
span { border-color: rgb(241,110,126); }
td.TdClassName
{
border-color: #F16E7E;
}
.TagClassName
{
border-color: #F16E7E;
}
</style>