Shades of Froly #F17681
Tints of Froly #F17681
RGB
CMYK
RGB Variations
Color information
#F17681 (or 0xF17681) is known color: Froly. HEX triplet: F1, 76 and 81. RGB value is (241,118,129). Sum of RGB (Red+Green+Blue) = 241+118+129=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17681 is #0E897E. Grayscale: #9C9C9C. Windows color (decimal): -952703 or 8484593. OLE color: 8484593.
HSL color Cylindrical-coordinate representation of color #F17681: hue angle of 354.63º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17681 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 129 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.05 |
| HSL | 354.63º | 0.81% | 0.7% | - |
| HSV(B) | 354.63º | 0.51% | 0.95% | - |
| XYZ | 46.72 | 33.24 | 24.72 | - |
| YUV | 156.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 129 | 0 | 0.51 | 0.46 | 0.05 | 354.63 | 0.81 | 0.7 |
| Hex | F1 | 76 | 81 | 0 | 33 | 2E | 5 | 163 | 51 | 46 |
| Octal | 361 | 166 | 201 | 0 | 63 | 56 | 5 | 543 | 121 | 106 |
| Binary | 11110001 | 1110110 | 10000001 | 0 | 110011 | 101110 | 101 | 101100011 | 1010001 | 1000110 |
Color Harmonies of #F17681
Complementary color
Monochromatic Colors of #F17681
Black with #F17681
Text Example
Text Example
White with #F17681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17681; }
p { color: rgb(241,118,129); }
H1.HeaderClassName
{
color: #F17681;
}
.AnyTagClassName
{
color: #F17681;
}
</style>
background-color css
<style>
a { background-color: #F17681; }
a { background-color: rgb(241,118,129); }
div.DivClassName
{
background-color: #F17681;
}
.BgClassName
{
background-color: #F17681;
}
</style>
border-color css
<style>
span { border-color: #F17681; }
span { border-color: rgb(241,118,129); }
td.TdClassName
{
border-color: #F17681;
}
.TagClassName
{
border-color: #F17681;
}
</style>