Shades of Froly #F16973
Tints of Froly #F16973
RGB
CMYK
RGB Variations
Color information
#F16973 (or 0xF16973) is known color: Froly. HEX triplet: F1, 69 and 73. RGB value is (241,105,115). Sum of RGB (Red+Green+Blue) = 241+105+115=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F16973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16973 is #0E968C. Grayscale: #929292. Windows color (decimal): -956045 or 7563761. OLE color: 7563761.
HSL color Cylindrical-coordinate representation of color #F16973: hue angle of 355.59º 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 #F16973 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 115 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.05 |
| HSL | 355.59º | 0.83% | 0.68% | - |
| HSV(B) | 355.59º | 0.56% | 0.95% | - |
| XYZ | 44.42 | 30.04 | 19.68 | - |
| YUV | 146.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 115 | 0 | 0.56 | 0.52 | 0.05 | 355.59 | 0.83 | 0.68 |
| Hex | F1 | 69 | 73 | 0 | 38 | 34 | 5 | 164 | 53 | 44 |
| Octal | 361 | 151 | 163 | 0 | 70 | 64 | 5 | 544 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1110011 | 0 | 111000 | 110100 | 101 | 101100100 | 1010011 | 1000100 |
Color Harmonies of #F16973
Complementary color
Monochromatic Colors of #F16973
Black with #F16973
Text Example
Text Example
White with #F16973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16973; }
p { color: rgb(241,105,115); }
H1.HeaderClassName
{
color: #F16973;
}
.AnyTagClassName
{
color: #F16973;
}
</style>
background-color css
<style>
a { background-color: #F16973; }
a { background-color: rgb(241,105,115); }
div.DivClassName
{
background-color: #F16973;
}
.BgClassName
{
background-color: #F16973;
}
</style>
border-color css
<style>
span { border-color: #F16973; }
span { border-color: rgb(241,105,115); }
td.TdClassName
{
border-color: #F16973;
}
.TagClassName
{
border-color: #F16973;
}
</style>