Shades of Froly #F16F81
Tints of Froly #F16F81
RGB
CMYK
RGB Variations
Color information
#F16F81 (or 0xF16F81) is known color: Froly. HEX triplet: F1, 6F and 81. RGB value is (241,111,129). Sum of RGB (Red+Green+Blue) = 241+111+129=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F81 is #0E907E. Grayscale: #979797. Windows color (decimal): -954495 or 8482801. OLE color: 8482801.
HSL color Cylindrical-coordinate representation of color #F16F81: hue angle of 351.69º 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 #F16F81 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 129 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.05 |
| HSL | 351.69º | 0.82% | 0.69% | - |
| HSV(B) | 351.69º | 0.54% | 0.95% | - |
| XYZ | 45.92 | 31.65 | 24.46 | - |
| YUV | 151.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 129 | 0 | 0.54 | 0.46 | 0.05 | 351.69 | 0.82 | 0.69 |
| Hex | F1 | 6F | 81 | 0 | 36 | 2E | 5 | 160 | 52 | 45 |
| Octal | 361 | 157 | 201 | 0 | 66 | 56 | 5 | 540 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10000001 | 0 | 110110 | 101110 | 101 | 101100000 | 1010010 | 1000101 |
Color Harmonies of #F16F81
Complementary color
Monochromatic Colors of #F16F81
Black with #F16F81
Text Example
Text Example
White with #F16F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F81; }
p { color: rgb(241,111,129); }
H1.HeaderClassName
{
color: #F16F81;
}
.AnyTagClassName
{
color: #F16F81;
}
</style>
background-color css
<style>
a { background-color: #F16F81; }
a { background-color: rgb(241,111,129); }
div.DivClassName
{
background-color: #F16F81;
}
.BgClassName
{
background-color: #F16F81;
}
</style>
border-color css
<style>
span { border-color: #F16F81; }
span { border-color: rgb(241,111,129); }
td.TdClassName
{
border-color: #F16F81;
}
.TagClassName
{
border-color: #F16F81;
}
</style>