Shades of Froly #F16D7D
Tints of Froly #F16D7D
RGB
CMYK
RGB Variations
Color information
#F16D7D (or 0xF16D7D) is known color: Froly. HEX triplet: F1, 6D and 7D. RGB value is (241,109,125). Sum of RGB (Red+Green+Blue) = 241+109+125=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D7D is #0E9282. Grayscale: #969696. Windows color (decimal): -955011 or 8220145. OLE color: 8220145.
HSL color Cylindrical-coordinate representation of color #F16D7D: hue angle of 352.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D7D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 125 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.05 |
| HSL | 352.73º | 0.83% | 0.69% | - |
| HSV(B) | 352.73º | 0.55% | 0.95% | - |
| XYZ | 45.45 | 31.12 | 23.01 | - |
| YUV | 150.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 125 | 0 | 0.55 | 0.48 | 0.05 | 352.73 | 0.83 | 0.69 |
| Hex | F1 | 6D | 7D | 0 | 37 | 30 | 5 | 161 | 52 | 45 |
| Octal | 361 | 155 | 175 | 0 | 67 | 60 | 5 | 541 | 122 | 105 |
| Binary | 11110001 | 1101101 | 1111101 | 0 | 110111 | 110000 | 101 | 101100001 | 1010010 | 1000101 |
Color Harmonies of #F16D7D
Complementary color
Monochromatic Colors of #F16D7D
Black with #F16D7D
Text Example
Text Example
White with #F16D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D7D; }
p { color: rgb(241,109,125); }
H1.HeaderClassName
{
color: #F16D7D;
}
.AnyTagClassName
{
color: #F16D7D;
}
</style>
background-color css
<style>
a { background-color: #F16D7D; }
a { background-color: rgb(241,109,125); }
div.DivClassName
{
background-color: #F16D7D;
}
.BgClassName
{
background-color: #F16D7D;
}
</style>
border-color css
<style>
span { border-color: #F16D7D; }
span { border-color: rgb(241,109,125); }
td.TdClassName
{
border-color: #F16D7D;
}
.TagClassName
{
border-color: #F16D7D;
}
</style>