Shades of Froly #F16E7D
Tints of Froly #F16E7D
RGB
CMYK
RGB Variations
Color information
#F16E7D (or 0xF16E7D) is known color: Froly. HEX triplet: F1, 6E and 7D. RGB value is (241,110,125). Sum of RGB (Red+Green+Blue) = 241+110+125=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E7D is #0E9182. Grayscale: #969696. Windows color (decimal): -954755 or 8220401. OLE color: 8220401.
HSL color Cylindrical-coordinate representation of color #F16E7D: hue angle of 353.13º 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 #F16E7D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 125 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 353.13º | 0.82% | 0.69% | - |
| HSV(B) | 353.13º | 0.54% | 0.95% | - |
| XYZ | 45.55 | 31.33 | 23.05 | - |
| YUV | 150.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 125 | 0 | 0.54 | 0.48 | 0.05 | 353.13 | 0.82 | 0.69 |
| Hex | F1 | 6E | 7D | 0 | 36 | 30 | 5 | 161 | 52 | 45 |
| Octal | 361 | 156 | 175 | 0 | 66 | 60 | 5 | 541 | 122 | 105 |
| Binary | 11110001 | 1101110 | 1111101 | 0 | 110110 | 110000 | 101 | 101100001 | 1010010 | 1000101 |
Color Harmonies of #F16E7D
Complementary color
Monochromatic Colors of #F16E7D
Black with #F16E7D
Text Example
Text Example
White with #F16E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E7D; }
p { color: rgb(241,110,125); }
H1.HeaderClassName
{
color: #F16E7D;
}
.AnyTagClassName
{
color: #F16E7D;
}
</style>
background-color css
<style>
a { background-color: #F16E7D; }
a { background-color: rgb(241,110,125); }
div.DivClassName
{
background-color: #F16E7D;
}
.BgClassName
{
background-color: #F16E7D;
}
</style>
border-color css
<style>
span { border-color: #F16E7D; }
span { border-color: rgb(241,110,125); }
td.TdClassName
{
border-color: #F16E7D;
}
.TagClassName
{
border-color: #F16E7D;
}
</style>