Shades of Froly #F1707A
Tints of Froly #F1707A
RGB
CMYK
RGB Variations
Color information
#F1707A (or 0xF1707A) is known color: Froly. HEX triplet: F1, 70 and 7A. RGB value is (241,112,122). Sum of RGB (Red+Green+Blue) = 241+112+122=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707A is #0E8F85. Grayscale: #979797. Windows color (decimal): -954246 or 8024305. OLE color: 8024305.
HSL color Cylindrical-coordinate representation of color #F1707A: hue angle of 355.35º 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 #F1707A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 122 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 355.35º | 0.82% | 0.69% | - |
| HSV(B) | 355.35º | 0.54% | 0.95% | - |
| XYZ | 45.58 | 31.69 | 22.13 | - |
| YUV | 151.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 122 | 0 | 0.54 | 0.49 | 0.05 | 355.35 | 0.82 | 0.69 |
| Hex | F1 | 70 | 7A | 0 | 36 | 31 | 5 | 163 | 52 | 45 |
| Octal | 361 | 160 | 172 | 0 | 66 | 61 | 5 | 543 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111010 | 0 | 110110 | 110001 | 101 | 101100011 | 1010010 | 1000101 |
Color Harmonies of #F1707A
Complementary color
Monochromatic Colors of #F1707A
Black with #F1707A
Text Example
Text Example
White with #F1707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1707A; }
p { color: rgb(241,112,122); }
H1.HeaderClassName
{
color: #F1707A;
}
.AnyTagClassName
{
color: #F1707A;
}
</style>
background-color css
<style>
a { background-color: #F1707A; }
a { background-color: rgb(241,112,122); }
div.DivClassName
{
background-color: #F1707A;
}
.BgClassName
{
background-color: #F1707A;
}
</style>
border-color css
<style>
span { border-color: #F1707A; }
span { border-color: rgb(241,112,122); }
td.TdClassName
{
border-color: #F1707A;
}
.TagClassName
{
border-color: #F1707A;
}
</style>