Shades of Froly #F15F68
Tints of Froly #F15F68
RGB
CMYK
RGB Variations
Color information
#F15F68 (or 0xF15F68) is known color: Froly. HEX triplet: F1, 5F and 68. RGB value is (241,95,104). Sum of RGB (Red+Green+Blue) = 241+95+104=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F68 is #0EA097. Grayscale: #8B8B8B. Windows color (decimal): -958616 or 6840305. OLE color: 6840305.
HSL color Cylindrical-coordinate representation of color #F15F68: hue angle of 356.3º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15F68 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 104 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.05 |
| HSL | 356.3º | 0.84% | 0.66% | - |
| HSV(B) | 356.3º | 0.61% | 0.95% | - |
| XYZ | 42.87 | 27.88 | 16.22 | - |
| YUV | 139.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 104 | 0 | 0.61 | 0.57 | 0.05 | 356.3 | 0.84 | 0.66 |
| Hex | F1 | 5F | 68 | 0 | 3D | 39 | 5 | 164 | 54 | 42 |
| Octal | 361 | 137 | 150 | 0 | 75 | 71 | 5 | 544 | 124 | 102 |
| Binary | 11110001 | 1011111 | 1101000 | 0 | 111101 | 111001 | 101 | 101100100 | 1010100 | 1000010 |
Color Harmonies of #F15F68
Complementary color
Monochromatic Colors of #F15F68
Black with #F15F68
Text Example
Text Example
White with #F15F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F68; }
p { color: rgb(241,95,104); }
H1.HeaderClassName
{
color: #F15F68;
}
.AnyTagClassName
{
color: #F15F68;
}
</style>
background-color css
<style>
a { background-color: #F15F68; }
a { background-color: rgb(241,95,104); }
div.DivClassName
{
background-color: #F15F68;
}
.BgClassName
{
background-color: #F15F68;
}
</style>
border-color css
<style>
span { border-color: #F15F68; }
span { border-color: rgb(241,95,104); }
td.TdClassName
{
border-color: #F15F68;
}
.TagClassName
{
border-color: #F15F68;
}
</style>