Shades of Froly #F1707C
Tints of Froly #F1707C
RGB
CMYK
RGB Variations
Color information
#F1707C (or 0xF1707C) is known color: Froly. HEX triplet: F1, 70 and 7C. RGB value is (241,112,124). Sum of RGB (Red+Green+Blue) = 241+112+124=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707C is #0E8F83. Grayscale: #989898. Windows color (decimal): -954244 or 8155377. OLE color: 8155377.
HSL color Cylindrical-coordinate representation of color #F1707C: hue angle of 354.42º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1707C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 124 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.42º | 0.82% | 0.69% | - |
| HSV(B) | 354.42º | 0.54% | 0.95% | - |
| XYZ | 45.71 | 31.74 | 22.79 | - |
| YUV | 151.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 124 | 0 | 0.54 | 0.49 | 0.05 | 354.42 | 0.82 | 0.69 |
| Hex | F1 | 70 | 7C | 0 | 36 | 31 | 5 | 162 | 52 | 45 |
| Octal | 361 | 160 | 174 | 0 | 66 | 61 | 5 | 542 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111100 | 0 | 110110 | 110001 | 101 | 101100010 | 1010010 | 1000101 |
Color Harmonies of #F1707C
Complementary color
Monochromatic Colors of #F1707C
Black with #F1707C
Text Example
Text Example
White with #F1707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1707C; }
p { color: rgb(241,112,124); }
H1.HeaderClassName
{
color: #F1707C;
}
.AnyTagClassName
{
color: #F1707C;
}
</style>
background-color css
<style>
a { background-color: #F1707C; }
a { background-color: rgb(241,112,124); }
div.DivClassName
{
background-color: #F1707C;
}
.BgClassName
{
background-color: #F1707C;
}
</style>
border-color css
<style>
span { border-color: #F1707C; }
span { border-color: rgb(241,112,124); }
td.TdClassName
{
border-color: #F1707C;
}
.TagClassName
{
border-color: #F1707C;
}
</style>