Shades of Froly #F1737D
Tints of Froly #F1737D
RGB
CMYK
RGB Variations
Color information
#F1737D (or 0xF1737D) is known color: Froly. HEX triplet: F1, 73 and 7D. RGB value is (241,115,125). Sum of RGB (Red+Green+Blue) = 241+115+125=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1737D is #0E8C82. Grayscale: #999999. Windows color (decimal): -953475 or 8221681. OLE color: 8221681.
HSL color Cylindrical-coordinate representation of color #F1737D: hue angle of 355.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1737D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 125 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.05 |
| HSL | 355.24º | 0.82% | 0.7% | - |
| HSV(B) | 355.24º | 0.52% | 0.95% | - |
| XYZ | 46.11 | 32.44 | 23.23 | - |
| YUV | 153.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 125 | 0 | 0.52 | 0.48 | 0.05 | 355.24 | 0.82 | 0.7 |
| Hex | F1 | 73 | 7D | 0 | 34 | 30 | 5 | 163 | 52 | 46 |
| Octal | 361 | 163 | 175 | 0 | 64 | 60 | 5 | 543 | 122 | 106 |
| Binary | 11110001 | 1110011 | 1111101 | 0 | 110100 | 110000 | 101 | 101100011 | 1010010 | 1000110 |
Color Harmonies of #F1737D
Complementary color
Monochromatic Colors of #F1737D
Black with #F1737D
Text Example
Text Example
White with #F1737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1737D; }
p { color: rgb(241,115,125); }
H1.HeaderClassName
{
color: #F1737D;
}
.AnyTagClassName
{
color: #F1737D;
}
</style>
background-color css
<style>
a { background-color: #F1737D; }
a { background-color: rgb(241,115,125); }
div.DivClassName
{
background-color: #F1737D;
}
.BgClassName
{
background-color: #F1737D;
}
</style>
border-color css
<style>
span { border-color: #F1737D; }
span { border-color: rgb(241,115,125); }
td.TdClassName
{
border-color: #F1737D;
}
.TagClassName
{
border-color: #F1737D;
}
</style>