Shades of Froly #F17378
Tints of Froly #F17378
RGB
CMYK
RGB Variations
Color information
#F17378 (or 0xF17378) is known color: Froly. HEX triplet: F1, 73 and 78. RGB value is (241,115,120). Sum of RGB (Red+Green+Blue) = 241+115+120=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17378 is #0E8C87. Grayscale: #999999. Windows color (decimal): -953480 or 7894001. OLE color: 7894001.
HSL color Cylindrical-coordinate representation of color #F17378: hue angle of 357.62º 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 #F17378 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 120 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.05 |
| HSL | 357.62º | 0.82% | 0.7% | - |
| HSV(B) | 357.62º | 0.52% | 0.95% | - |
| XYZ | 45.8 | 32.32 | 21.59 | - |
| YUV | 153.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 120 | 0 | 0.52 | 0.50 | 0.05 | 357.62 | 0.82 | 0.7 |
| Hex | F1 | 73 | 78 | 0 | 34 | 32 | 5 | 166 | 52 | 46 |
| Octal | 361 | 163 | 170 | 0 | 64 | 62 | 5 | 546 | 122 | 106 |
| Binary | 11110001 | 1110011 | 1111000 | 0 | 110100 | 110010 | 101 | 101100110 | 1010010 | 1000110 |
Color Harmonies of #F17378
Complementary color
Monochromatic Colors of #F17378
Black with #F17378
Text Example
Text Example
White with #F17378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17378; }
p { color: rgb(241,115,120); }
H1.HeaderClassName
{
color: #F17378;
}
.AnyTagClassName
{
color: #F17378;
}
</style>
background-color css
<style>
a { background-color: #F17378; }
a { background-color: rgb(241,115,120); }
div.DivClassName
{
background-color: #F17378;
}
.BgClassName
{
background-color: #F17378;
}
</style>
border-color css
<style>
span { border-color: #F17378; }
span { border-color: rgb(241,115,120); }
td.TdClassName
{
border-color: #F17378;
}
.TagClassName
{
border-color: #F17378;
}
</style>