Shades of Froly #F1707B
Tints of Froly #F1707B
RGB
CMYK
RGB Variations
Color information
#F1707B (or 0xF1707B) is known color: Froly. HEX triplet: F1, 70 and 7B. RGB value is (241,112,123). Sum of RGB (Red+Green+Blue) = 241+112+123=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707B is #0E8F84. Grayscale: #979797. Windows color (decimal): -954245 or 8089841. OLE color: 8089841.
HSL color Cylindrical-coordinate representation of color #F1707B: hue angle of 354.88º 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 #F1707B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 123 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.88º | 0.82% | 0.69% | - |
| HSV(B) | 354.88º | 0.54% | 0.95% | - |
| XYZ | 45.64 | 31.72 | 22.46 | - |
| YUV | 151.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 123 | 0 | 0.54 | 0.49 | 0.05 | 354.88 | 0.82 | 0.69 |
| Hex | F1 | 70 | 7B | 0 | 36 | 31 | 5 | 163 | 52 | 45 |
| Octal | 361 | 160 | 173 | 0 | 66 | 61 | 5 | 543 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1111011 | 0 | 110110 | 110001 | 101 | 101100011 | 1010010 | 1000101 |
Color Harmonies of #F1707B
Complementary color
Monochromatic Colors of #F1707B
Black with #F1707B
Text Example
Text Example
White with #F1707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1707B; }
p { color: rgb(241,112,123); }
H1.HeaderClassName
{
color: #F1707B;
}
.AnyTagClassName
{
color: #F1707B;
}
</style>
background-color css
<style>
a { background-color: #F1707B; }
a { background-color: rgb(241,112,123); }
div.DivClassName
{
background-color: #F1707B;
}
.BgClassName
{
background-color: #F1707B;
}
</style>
border-color css
<style>
span { border-color: #F1707B; }
span { border-color: rgb(241,112,123); }
td.TdClassName
{
border-color: #F1707B;
}
.TagClassName
{
border-color: #F1707B;
}
</style>