Shades of Froly #F16F78
Tints of Froly #F16F78
RGB
CMYK
RGB Variations
Color information
#F16F78 (or 0xF16F78) is known color: Froly. HEX triplet: F1, 6F and 78. RGB value is (241,111,120). Sum of RGB (Red+Green+Blue) = 241+111+120=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F78 is #0E9087. Grayscale: #969696. Windows color (decimal): -954504 or 7892977. OLE color: 7892977.
HSL color Cylindrical-coordinate representation of color #F16F78: hue angle of 355.85º 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 #F16F78 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 120 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.05 |
| HSL | 355.85º | 0.82% | 0.69% | - |
| HSV(B) | 355.85º | 0.54% | 0.95% | - |
| XYZ | 45.35 | 31.43 | 21.44 | - |
| YUV | 150.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 120 | 0 | 0.54 | 0.50 | 0.05 | 355.85 | 0.82 | 0.69 |
| Hex | F1 | 6F | 78 | 0 | 36 | 32 | 5 | 164 | 52 | 45 |
| Octal | 361 | 157 | 170 | 0 | 66 | 62 | 5 | 544 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1111000 | 0 | 110110 | 110010 | 101 | 101100100 | 1010010 | 1000101 |
Color Harmonies of #F16F78
Complementary color
Monochromatic Colors of #F16F78
Black with #F16F78
Text Example
Text Example
White with #F16F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F78; }
p { color: rgb(241,111,120); }
H1.HeaderClassName
{
color: #F16F78;
}
.AnyTagClassName
{
color: #F16F78;
}
</style>
background-color css
<style>
a { background-color: #F16F78; }
a { background-color: rgb(241,111,120); }
div.DivClassName
{
background-color: #F16F78;
}
.BgClassName
{
background-color: #F16F78;
}
</style>
border-color css
<style>
span { border-color: #F16F78; }
span { border-color: rgb(241,111,120); }
td.TdClassName
{
border-color: #F16F78;
}
.TagClassName
{
border-color: #F16F78;
}
</style>