Shades of Froly #F17581
Tints of Froly #F17581
RGB
CMYK
RGB Variations
Color information
#F17581 (or 0xF17581) is known color: Froly. HEX triplet: F1, 75 and 81. RGB value is (241,117,129). Sum of RGB (Red+Green+Blue) = 241+117+129=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17581 is #0E8A7E. Grayscale: #9B9B9B. Windows color (decimal): -952959 or 8484337. OLE color: 8484337.
HSL color Cylindrical-coordinate representation of color #F17581: hue angle of 354.19º degrees, saturation: 0.82, 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 #F17581 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 129 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.05 |
| HSL | 354.19º | 0.82% | 0.7% | - |
| HSV(B) | 354.19º | 0.51% | 0.95% | - |
| XYZ | 46.6 | 33.01 | 24.68 | - |
| YUV | 155.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 129 | 0 | 0.51 | 0.46 | 0.05 | 354.19 | 0.82 | 0.7 |
| Hex | F1 | 75 | 81 | 0 | 33 | 2E | 5 | 162 | 52 | 46 |
| Octal | 361 | 165 | 201 | 0 | 63 | 56 | 5 | 542 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10000001 | 0 | 110011 | 101110 | 101 | 101100010 | 1010010 | 1000110 |
Color Harmonies of #F17581
Complementary color
Monochromatic Colors of #F17581
Black with #F17581
Text Example
Text Example
White with #F17581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17581; }
p { color: rgb(241,117,129); }
H1.HeaderClassName
{
color: #F17581;
}
.AnyTagClassName
{
color: #F17581;
}
</style>
background-color css
<style>
a { background-color: #F17581; }
a { background-color: rgb(241,117,129); }
div.DivClassName
{
background-color: #F17581;
}
.BgClassName
{
background-color: #F17581;
}
</style>
border-color css
<style>
span { border-color: #F17581; }
span { border-color: rgb(241,117,129); }
td.TdClassName
{
border-color: #F17581;
}
.TagClassName
{
border-color: #F17581;
}
</style>