Shades of Froly #F17881
Tints of Froly #F17881
RGB
CMYK
RGB Variations
Color information
#F17881 (or 0xF17881) is known color: Froly. HEX triplet: F1, 78 and 81. RGB value is (241,120,129). Sum of RGB (Red+Green+Blue) = 241+120+129=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17881 is #0E877E. Grayscale: #9D9D9D. Windows color (decimal): -952191 or 8485105. OLE color: 8485105.
HSL color Cylindrical-coordinate representation of color #F17881: hue angle of 355.54º 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 #F17881 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 129 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.05 |
| HSL | 355.54º | 0.81% | 0.71% | - |
| HSV(B) | 355.54º | 0.5% | 0.95% | - |
| XYZ | 46.95 | 33.72 | 24.8 | - |
| YUV | 157.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 129 | 0 | 0.50 | 0.46 | 0.05 | 355.54 | 0.81 | 0.71 |
| Hex | F1 | 78 | 81 | 0 | 32 | 2E | 5 | 164 | 51 | 47 |
| Octal | 361 | 170 | 201 | 0 | 62 | 56 | 5 | 544 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10000001 | 0 | 110010 | 101110 | 101 | 101100100 | 1010001 | 1000111 |
Color Harmonies of #F17881
Complementary color
Monochromatic Colors of #F17881
Black with #F17881
Text Example
Text Example
White with #F17881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17881; }
p { color: rgb(241,120,129); }
H1.HeaderClassName
{
color: #F17881;
}
.AnyTagClassName
{
color: #F17881;
}
</style>
background-color css
<style>
a { background-color: #F17881; }
a { background-color: rgb(241,120,129); }
div.DivClassName
{
background-color: #F17881;
}
.BgClassName
{
background-color: #F17881;
}
</style>
border-color css
<style>
span { border-color: #F17881; }
span { border-color: rgb(241,120,129); }
td.TdClassName
{
border-color: #F17881;
}
.TagClassName
{
border-color: #F17881;
}
</style>