Shades of Froly #F1707D
Tints of Froly #F1707D
RGB
CMYK
RGB Variations
Color information
#F1707D (or 0xF1707D) is known color: Froly. HEX triplet: F1, 70 and 7D. RGB value is (241,112,125). Sum of RGB (Red+Green+Blue) = 241+112+125=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707D is #0E8F82. Grayscale: #989898. Windows color (decimal): -954243 or 8220913. OLE color: 8220913.
HSL color Cylindrical-coordinate representation of color #F1707D: hue angle of 353.95º 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 #F1707D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 125 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 353.95º | 0.82% | 0.69% | - |
| HSV(B) | 353.95º | 0.54% | 0.95% | - |
| XYZ | 45.77 | 31.77 | 23.12 | - |
| YUV | 152.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 125 | 0 | 0.54 | 0.48 | 0.05 | 353.95 | 0.82 | 0.69 |
| Hex | F1 | 70 | 7D | 0 | 36 | 30 | 5 | 162 | 52 | 45 |
| Octal | 361 | 160 | 175 | 0 | 66 | 60 | 5 | 542 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111101 | 0 | 110110 | 110000 | 101 | 101100010 | 1010010 | 1000101 |
Color Harmonies of #F1707D
Complementary color
Monochromatic Colors of #F1707D
Black with #F1707D
Text Example
Text Example
White with #F1707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1707D; }
p { color: rgb(241,112,125); }
H1.HeaderClassName
{
color: #F1707D;
}
.AnyTagClassName
{
color: #F1707D;
}
</style>
background-color css
<style>
a { background-color: #F1707D; }
a { background-color: rgb(241,112,125); }
div.DivClassName
{
background-color: #F1707D;
}
.BgClassName
{
background-color: #F1707D;
}
</style>
border-color css
<style>
span { border-color: #F1707D; }
span { border-color: rgb(241,112,125); }
td.TdClassName
{
border-color: #F1707D;
}
.TagClassName
{
border-color: #F1707D;
}
</style>