Shades of Froly #F16975
Tints of Froly #F16975
RGB
CMYK
RGB Variations
Color information
#F16975 (or 0xF16975) is known color: Froly. HEX triplet: F1, 69 and 75. RGB value is (241,105,117). Sum of RGB (Red+Green+Blue) = 241+105+117=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F16975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16975 is #0E968A. Grayscale: #939393. Windows color (decimal): -956043 or 7694833. OLE color: 7694833.
HSL color Cylindrical-coordinate representation of color #F16975: hue angle of 354.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16975 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 117 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.05 |
| HSL | 354.71º | 0.83% | 0.68% | - |
| HSV(B) | 354.71º | 0.56% | 0.95% | - |
| XYZ | 44.54 | 30.09 | 20.29 | - |
| YUV | 147.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 117 | 0 | 0.56 | 0.51 | 0.05 | 354.71 | 0.83 | 0.68 |
| Hex | F1 | 69 | 75 | 0 | 38 | 33 | 5 | 163 | 53 | 44 |
| Octal | 361 | 151 | 165 | 0 | 70 | 63 | 5 | 543 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1110101 | 0 | 111000 | 110011 | 101 | 101100011 | 1010011 | 1000100 |
Color Harmonies of #F16975
Complementary color
Monochromatic Colors of #F16975
Black with #F16975
Text Example
Text Example
White with #F16975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16975; }
p { color: rgb(241,105,117); }
H1.HeaderClassName
{
color: #F16975;
}
.AnyTagClassName
{
color: #F16975;
}
</style>
background-color css
<style>
a { background-color: #F16975; }
a { background-color: rgb(241,105,117); }
div.DivClassName
{
background-color: #F16975;
}
.BgClassName
{
background-color: #F16975;
}
</style>
border-color css
<style>
span { border-color: #F16975; }
span { border-color: rgb(241,105,117); }
td.TdClassName
{
border-color: #F16975;
}
.TagClassName
{
border-color: #F16975;
}
</style>