Shades of Froly #F16978
Tints of Froly #F16978
RGB
CMYK
RGB Variations
Color information
#F16978 (or 0xF16978) is known color: Froly. HEX triplet: F1, 69 and 78. RGB value is (241,105,120). Sum of RGB (Red+Green+Blue) = 241+105+120=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F16978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16978 is #0E9687. Grayscale: #939393. Windows color (decimal): -956040 or 7891441. OLE color: 7891441.
HSL color Cylindrical-coordinate representation of color #F16978: hue angle of 353.38º 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 #F16978 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 120 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.05 |
| HSL | 353.38º | 0.83% | 0.68% | - |
| HSV(B) | 353.38º | 0.56% | 0.95% | - |
| XYZ | 44.72 | 30.16 | 21.23 | - |
| YUV | 147.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 120 | 0 | 0.56 | 0.50 | 0.05 | 353.38 | 0.83 | 0.68 |
| Hex | F1 | 69 | 78 | 0 | 38 | 32 | 5 | 161 | 53 | 44 |
| Octal | 361 | 151 | 170 | 0 | 70 | 62 | 5 | 541 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1111000 | 0 | 111000 | 110010 | 101 | 101100001 | 1010011 | 1000100 |
Color Harmonies of #F16978
Complementary color
Monochromatic Colors of #F16978
Black with #F16978
Text Example
Text Example
White with #F16978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16978; }
p { color: rgb(241,105,120); }
H1.HeaderClassName
{
color: #F16978;
}
.AnyTagClassName
{
color: #F16978;
}
</style>
background-color css
<style>
a { background-color: #F16978; }
a { background-color: rgb(241,105,120); }
div.DivClassName
{
background-color: #F16978;
}
.BgClassName
{
background-color: #F16978;
}
</style>
border-color css
<style>
span { border-color: #F16978; }
span { border-color: rgb(241,105,120); }
td.TdClassName
{
border-color: #F16978;
}
.TagClassName
{
border-color: #F16978;
}
</style>