Shades of Froly #F1707E
Tints of Froly #F1707E
RGB
CMYK
RGB Variations
Color information
#F1707E (or 0xF1707E) is known color: Froly. HEX triplet: F1, 70 and 7E. RGB value is (241,112,126). Sum of RGB (Red+Green+Blue) = 241+112+126=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707E is #0E8F81. Grayscale: #989898. Windows color (decimal): -954242 or 8286449. OLE color: 8286449.
HSL color Cylindrical-coordinate representation of color #F1707E: hue angle of 353.49º 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 #F1707E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 126 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 353.49º | 0.82% | 0.69% | - |
| HSV(B) | 353.49º | 0.54% | 0.95% | - |
| XYZ | 45.84 | 31.8 | 23.46 | - |
| YUV | 152.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 126 | 0 | 0.54 | 0.48 | 0.05 | 353.49 | 0.82 | 0.69 |
| Hex | F1 | 70 | 7E | 0 | 36 | 30 | 5 | 161 | 52 | 45 |
| Octal | 361 | 160 | 176 | 0 | 66 | 60 | 5 | 541 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111110 | 0 | 110110 | 110000 | 101 | 101100001 | 1010010 | 1000101 |
Color Harmonies of #F1707E
Complementary color
Monochromatic Colors of #F1707E
Black with #F1707E
Text Example
Text Example
White with #F1707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1707E; }
p { color: rgb(241,112,126); }
H1.HeaderClassName
{
color: #F1707E;
}
.AnyTagClassName
{
color: #F1707E;
}
</style>
background-color css
<style>
a { background-color: #F1707E; }
a { background-color: rgb(241,112,126); }
div.DivClassName
{
background-color: #F1707E;
}
.BgClassName
{
background-color: #F1707E;
}
</style>
border-color css
<style>
span { border-color: #F1707E; }
span { border-color: rgb(241,112,126); }
td.TdClassName
{
border-color: #F1707E;
}
.TagClassName
{
border-color: #F1707E;
}
</style>