Shades of Froly #F0717F
Tints of Froly #F0717F
RGB
CMYK
RGB Variations
Color information
#F0717F (or 0xF0717F) is known color: Froly. HEX triplet: F0, 71 and 7F. RGB value is (240,113,127). Sum of RGB (Red+Green+Blue) = 240+113+127=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717F is #0F8E80. Grayscale: #989898. Windows color (decimal): -1019521 or 8352240. OLE color: 8352240.
HSL color Cylindrical-coordinate representation of color #F0717F: hue angle of 353.39º 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 #F0717F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 127 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.06 |
| HSL | 353.39º | 0.81% | 0.69% | - |
| HSV(B) | 353.39º | 0.53% | 0.94% | - |
| XYZ | 45.67 | 31.87 | 23.82 | - |
| YUV | 152.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 127 | 0 | 0.53 | 0.47 | 0.06 | 353.39 | 0.81 | 0.69 |
| Hex | F0 | 71 | 7F | 0 | 35 | 2F | 6 | 161 | 51 | 45 |
| Octal | 360 | 161 | 177 | 0 | 65 | 57 | 6 | 541 | 121 | 105 |
| Binary | 11110000 | 1110001 | 1111111 | 0 | 110101 | 101111 | 110 | 101100001 | 1010001 | 1000101 |
Color Harmonies of #F0717F
Complementary color
Monochromatic Colors of #F0717F
Black with #F0717F
Text Example
Text Example
White with #F0717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0717F; }
p { color: rgb(240,113,127); }
H1.HeaderClassName
{
color: #F0717F;
}
.AnyTagClassName
{
color: #F0717F;
}
</style>
background-color css
<style>
a { background-color: #F0717F; }
a { background-color: rgb(240,113,127); }
div.DivClassName
{
background-color: #F0717F;
}
.BgClassName
{
background-color: #F0717F;
}
</style>
border-color css
<style>
span { border-color: #F0717F; }
span { border-color: rgb(240,113,127); }
td.TdClassName
{
border-color: #F0717F;
}
.TagClassName
{
border-color: #F0717F;
}
</style>