Shades of Froly #F17078
Tints of Froly #F17078
RGB
CMYK
RGB Variations
Color information
#F17078 (or 0xF17078) is known color: Froly. HEX triplet: F1, 70 and 78. RGB value is (241,112,120). Sum of RGB (Red+Green+Blue) = 241+112+120=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17078 is #0E8F87. Grayscale: #979797. Windows color (decimal): -954248 or 7893233. OLE color: 7893233.
HSL color Cylindrical-coordinate representation of color #F17078: hue angle of 356.28º 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 #F17078 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 120 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.05 |
| HSL | 356.28º | 0.82% | 0.69% | - |
| HSV(B) | 356.28º | 0.54% | 0.95% | - |
| XYZ | 45.46 | 31.65 | 21.48 | - |
| YUV | 151.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 120 | 0 | 0.54 | 0.50 | 0.05 | 356.28 | 0.82 | 0.69 |
| Hex | F1 | 70 | 78 | 0 | 36 | 32 | 5 | 164 | 52 | 45 |
| Octal | 361 | 160 | 170 | 0 | 66 | 62 | 5 | 544 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111000 | 0 | 110110 | 110010 | 101 | 101100100 | 1010010 | 1000101 |
Color Harmonies of #F17078
Complementary color
Monochromatic Colors of #F17078
Black with #F17078
Text Example
Text Example
White with #F17078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17078; }
p { color: rgb(241,112,120); }
H1.HeaderClassName
{
color: #F17078;
}
.AnyTagClassName
{
color: #F17078;
}
</style>
background-color css
<style>
a { background-color: #F17078; }
a { background-color: rgb(241,112,120); }
div.DivClassName
{
background-color: #F17078;
}
.BgClassName
{
background-color: #F17078;
}
</style>
border-color css
<style>
span { border-color: #F17078; }
span { border-color: rgb(241,112,120); }
td.TdClassName
{
border-color: #F17078;
}
.TagClassName
{
border-color: #F17078;
}
</style>