Shades of Froly #F17E80
Tints of Froly #F17E80
RGB
CMYK
RGB Variations
Color information
#F17E80 (or 0xF17E80) is known color: Froly. HEX triplet: F1, 7E and 80. RGB value is (241,126,128). Sum of RGB (Red+Green+Blue) = 241+126+128=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E80 is #0E817F. Grayscale: #A0A0A0. Windows color (decimal): -950656 or 8421105. OLE color: 8421105.
HSL color Cylindrical-coordinate representation of color #F17E80: hue angle of 358.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17E80 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 128 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.05 |
| HSL | 358.96º | 0.8% | 0.72% | - |
| HSV(B) | 358.96º | 0.48% | 0.95% | - |
| XYZ | 47.63 | 35.18 | 24.7 | - |
| YUV | 160.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 128 | 0 | 0.48 | 0.47 | 0.05 | 358.96 | 0.8 | 0.72 |
| Hex | F1 | 7E | 80 | 0 | 30 | 2F | 5 | 167 | 50 | 48 |
| Octal | 361 | 176 | 200 | 0 | 60 | 57 | 5 | 547 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10000000 | 0 | 110000 | 101111 | 101 | 101100111 | 1010000 | 1001000 |
Color Harmonies of #F17E80
Complementary color
Monochromatic Colors of #F17E80
Black with #F17E80
Text Example
Text Example
White with #F17E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E80; }
p { color: rgb(241,126,128); }
H1.HeaderClassName
{
color: #F17E80;
}
.AnyTagClassName
{
color: #F17E80;
}
</style>
background-color css
<style>
a { background-color: #F17E80; }
a { background-color: rgb(241,126,128); }
div.DivClassName
{
background-color: #F17E80;
}
.BgClassName
{
background-color: #F17E80;
}
</style>
border-color css
<style>
span { border-color: #F17E80; }
span { border-color: rgb(241,126,128); }
td.TdClassName
{
border-color: #F17E80;
}
.TagClassName
{
border-color: #F17E80;
}
</style>