Shades of Froly #F17882
Tints of Froly #F17882
RGB
CMYK
RGB Variations
Color information
#F17882 (or 0xF17882) is known color: Froly. HEX triplet: F1, 78 and 82. RGB value is (241,120,130). Sum of RGB (Red+Green+Blue) = 241+120+130=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F17882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17882 is #0E877D. Grayscale: #9D9D9D. Windows color (decimal): -952190 or 8550641. OLE color: 8550641.
HSL color Cylindrical-coordinate representation of color #F17882: hue angle of 355.04º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17882 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 130 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.05 |
| HSL | 355.04º | 0.81% | 0.71% | - |
| HSV(B) | 355.04º | 0.5% | 0.95% | - |
| XYZ | 47.02 | 33.75 | 25.15 | - |
| YUV | 157.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 130 | 0 | 0.50 | 0.46 | 0.05 | 355.04 | 0.81 | 0.71 |
| Hex | F1 | 78 | 82 | 0 | 32 | 2E | 5 | 163 | 51 | 47 |
| Octal | 361 | 170 | 202 | 0 | 62 | 56 | 5 | 543 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10000010 | 0 | 110010 | 101110 | 101 | 101100011 | 1010001 | 1000111 |
Color Harmonies of #F17882
Complementary color
Monochromatic Colors of #F17882
Black with #F17882
Text Example
Text Example
White with #F17882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17882; }
p { color: rgb(241,120,130); }
H1.HeaderClassName
{
color: #F17882;
}
.AnyTagClassName
{
color: #F17882;
}
</style>
background-color css
<style>
a { background-color: #F17882; }
a { background-color: rgb(241,120,130); }
div.DivClassName
{
background-color: #F17882;
}
.BgClassName
{
background-color: #F17882;
}
</style>
border-color css
<style>
span { border-color: #F17882; }
span { border-color: rgb(241,120,130); }
td.TdClassName
{
border-color: #F17882;
}
.TagClassName
{
border-color: #F17882;
}
</style>