Shades of Froly #F17481
Tints of Froly #F17481
RGB
CMYK
RGB Variations
Color information
#F17481 (or 0xF17481) is known color: Froly. HEX triplet: F1, 74 and 81. RGB value is (241,116,129). Sum of RGB (Red+Green+Blue) = 241+116+129=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F17481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17481 is #0E8B7E. Grayscale: #9A9A9A. Windows color (decimal): -953215 or 8484081. OLE color: 8484081.
HSL color Cylindrical-coordinate representation of color #F17481: hue angle of 353.76º 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 #F17481 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 129 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.05 |
| HSL | 353.76º | 0.82% | 0.7% | - |
| HSV(B) | 353.76º | 0.52% | 0.95% | - |
| XYZ | 46.48 | 32.78 | 24.65 | - |
| YUV | 154.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 129 | 0 | 0.52 | 0.46 | 0.05 | 353.76 | 0.82 | 0.7 |
| Hex | F1 | 74 | 81 | 0 | 34 | 2E | 5 | 162 | 52 | 46 |
| Octal | 361 | 164 | 201 | 0 | 64 | 56 | 5 | 542 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10000001 | 0 | 110100 | 101110 | 101 | 101100010 | 1010010 | 1000110 |
Color Harmonies of #F17481
Complementary color
Monochromatic Colors of #F17481
Black with #F17481
Text Example
Text Example
White with #F17481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17481; }
p { color: rgb(241,116,129); }
H1.HeaderClassName
{
color: #F17481;
}
.AnyTagClassName
{
color: #F17481;
}
</style>
background-color css
<style>
a { background-color: #F17481; }
a { background-color: rgb(241,116,129); }
div.DivClassName
{
background-color: #F17481;
}
.BgClassName
{
background-color: #F17481;
}
</style>
border-color css
<style>
span { border-color: #F17481; }
span { border-color: rgb(241,116,129); }
td.TdClassName
{
border-color: #F17481;
}
.TagClassName
{
border-color: #F17481;
}
</style>