Shades of Froly #F17479
Tints of Froly #F17479
RGB
CMYK
RGB Variations
Color information
#F17479 (or 0xF17479) is known color: Froly. HEX triplet: F1, 74 and 79. RGB value is (241,116,121). Sum of RGB (Red+Green+Blue) = 241+116+121=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F17479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17479 is #0E8B86. Grayscale: #9A9A9A. Windows color (decimal): -953223 or 7959793. OLE color: 7959793.
HSL color Cylindrical-coordinate representation of color #F17479: hue angle of 357.6º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17479 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 121 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.05 |
| HSL | 357.6º | 0.82% | 0.7% | - |
| HSV(B) | 357.6º | 0.52% | 0.95% | - |
| XYZ | 45.97 | 32.57 | 21.95 | - |
| YUV | 153.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 121 | 0 | 0.52 | 0.50 | 0.05 | 357.6 | 0.82 | 0.7 |
| Hex | F1 | 74 | 79 | 0 | 34 | 32 | 5 | 166 | 52 | 46 |
| Octal | 361 | 164 | 171 | 0 | 64 | 62 | 5 | 546 | 122 | 106 |
| Binary | 11110001 | 1110100 | 1111001 | 0 | 110100 | 110010 | 101 | 101100110 | 1010010 | 1000110 |
Color Harmonies of #F17479
Complementary color
Monochromatic Colors of #F17479
Black with #F17479
Text Example
Text Example
White with #F17479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17479; }
p { color: rgb(241,116,121); }
H1.HeaderClassName
{
color: #F17479;
}
.AnyTagClassName
{
color: #F17479;
}
</style>
background-color css
<style>
a { background-color: #F17479; }
a { background-color: rgb(241,116,121); }
div.DivClassName
{
background-color: #F17479;
}
.BgClassName
{
background-color: #F17479;
}
</style>
border-color css
<style>
span { border-color: #F17479; }
span { border-color: rgb(241,116,121); }
td.TdClassName
{
border-color: #F17479;
}
.TagClassName
{
border-color: #F17479;
}
</style>