Shades of Froly #F16D78
Tints of Froly #F16D78
RGB
CMYK
RGB Variations
Color information
#F16D78 (or 0xF16D78) is known color: Froly. HEX triplet: F1, 6D and 78. RGB value is (241,109,120). Sum of RGB (Red+Green+Blue) = 241+109+120=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D78 is #0E9287. Grayscale: #959595. Windows color (decimal): -955016 or 7892465. OLE color: 7892465.
HSL color Cylindrical-coordinate representation of color #F16D78: hue angle of 355º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D78 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 120 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.05 |
| HSL | 355º | 0.83% | 0.69% | - |
| HSV(B) | 355º | 0.55% | 0.95% | - |
| XYZ | 45.13 | 30.99 | 21.37 | - |
| YUV | 149.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 120 | 0 | 0.55 | 0.50 | 0.05 | 355 | 0.83 | 0.69 |
| Hex | F1 | 6D | 78 | 0 | 37 | 32 | 5 | 163 | 52 | 45 |
| Octal | 361 | 155 | 170 | 0 | 67 | 62 | 5 | 543 | 122 | 105 |
| Binary | 11110001 | 1101101 | 1111000 | 0 | 110111 | 110010 | 101 | 101100011 | 1010010 | 1000101 |
Color Harmonies of #F16D78
Complementary color
Monochromatic Colors of #F16D78
Black with #F16D78
Text Example
Text Example
White with #F16D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D78; }
p { color: rgb(241,109,120); }
H1.HeaderClassName
{
color: #F16D78;
}
.AnyTagClassName
{
color: #F16D78;
}
</style>
background-color css
<style>
a { background-color: #F16D78; }
a { background-color: rgb(241,109,120); }
div.DivClassName
{
background-color: #F16D78;
}
.BgClassName
{
background-color: #F16D78;
}
</style>
border-color css
<style>
span { border-color: #F16D78; }
span { border-color: rgb(241,109,120); }
td.TdClassName
{
border-color: #F16D78;
}
.TagClassName
{
border-color: #F16D78;
}
</style>