Shades of Froly #F1717C
Tints of Froly #F1717C
RGB
CMYK
RGB Variations
Color information
#F1717C (or 0xF1717C) is known color: Froly. HEX triplet: F1, 71 and 7C. RGB value is (241,113,124). Sum of RGB (Red+Green+Blue) = 241+113+124=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1717C is #0E8E83. Grayscale: #989898. Windows color (decimal): -953988 or 8155633. OLE color: 8155633.
HSL color Cylindrical-coordinate representation of color #F1717C: hue angle of 354.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1717C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 124 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.05 |
| HSL | 354.84º | 0.82% | 0.69% | - |
| HSV(B) | 354.84º | 0.53% | 0.95% | - |
| XYZ | 45.82 | 31.97 | 22.82 | - |
| YUV | 152.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 124 | 0 | 0.53 | 0.49 | 0.05 | 354.84 | 0.82 | 0.69 |
| Hex | F1 | 71 | 7C | 0 | 35 | 31 | 5 | 163 | 52 | 45 |
| Octal | 361 | 161 | 174 | 0 | 65 | 61 | 5 | 543 | 122 | 105 |
| Binary | 11110001 | 1110001 | 1111100 | 0 | 110101 | 110001 | 101 | 101100011 | 1010010 | 1000101 |
Color Harmonies of #F1717C
Complementary color
Monochromatic Colors of #F1717C
Black with #F1717C
Text Example
Text Example
White with #F1717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1717C; }
p { color: rgb(241,113,124); }
H1.HeaderClassName
{
color: #F1717C;
}
.AnyTagClassName
{
color: #F1717C;
}
</style>
background-color css
<style>
a { background-color: #F1717C; }
a { background-color: rgb(241,113,124); }
div.DivClassName
{
background-color: #F1717C;
}
.BgClassName
{
background-color: #F1717C;
}
</style>
border-color css
<style>
span { border-color: #F1717C; }
span { border-color: rgb(241,113,124); }
td.TdClassName
{
border-color: #F1717C;
}
.TagClassName
{
border-color: #F1717C;
}
</style>