Shades of Froly #F0717C
Tints of Froly #F0717C
RGB
CMYK
RGB Variations
Color information
#F0717C (or 0xF0717C) is known color: Froly. HEX triplet: F0, 71 and 7C. RGB value is (240,113,124). Sum of RGB (Red+Green+Blue) = 240+113+124=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717C is #0F8E83. Grayscale: #989898. Windows color (decimal): -1019524 or 8155632. OLE color: 8155632.
HSL color Cylindrical-coordinate representation of color #F0717C: hue angle of 354.8º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0717C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 124 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.06 |
| HSL | 354.8º | 0.81% | 0.69% | - |
| HSV(B) | 354.8º | 0.53% | 0.94% | - |
| XYZ | 45.48 | 31.79 | 22.81 | - |
| YUV | 152.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 124 | 0 | 0.53 | 0.48 | 0.06 | 354.8 | 0.81 | 0.69 |
| Hex | F0 | 71 | 7C | 0 | 35 | 30 | 6 | 163 | 51 | 45 |
| Octal | 360 | 161 | 174 | 0 | 65 | 60 | 6 | 543 | 121 | 105 |
| Binary | 11110000 | 1110001 | 1111100 | 0 | 110101 | 110000 | 110 | 101100011 | 1010001 | 1000101 |
Color Harmonies of #F0717C
Complementary color
Monochromatic Colors of #F0717C
Black with #F0717C
Text Example
Text Example
White with #F0717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0717C; }
p { color: rgb(240,113,124); }
H1.HeaderClassName
{
color: #F0717C;
}
.AnyTagClassName
{
color: #F0717C;
}
</style>
background-color css
<style>
a { background-color: #F0717C; }
a { background-color: rgb(240,113,124); }
div.DivClassName
{
background-color: #F0717C;
}
.BgClassName
{
background-color: #F0717C;
}
</style>
border-color css
<style>
span { border-color: #F0717C; }
span { border-color: rgb(240,113,124); }
td.TdClassName
{
border-color: #F0717C;
}
.TagClassName
{
border-color: #F0717C;
}
</style>