Shades of Froly #F06770
Tints of Froly #F06770
RGB
CMYK
RGB Variations
Color information
#F06770 (or 0xF06770) is known color: Froly. HEX triplet: F0, 67 and 70. RGB value is (240,103,112). Sum of RGB (Red+Green+Blue) = 240+103+112=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06770 is #0F988F. Grayscale: #919191. Windows color (decimal): -1022096 or 7366640. OLE color: 7366640.
HSL color Cylindrical-coordinate representation of color #F06770: hue angle of 356.06º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06770 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 112 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.06 |
| HSL | 356.06º | 0.82% | 0.67% | - |
| HSV(B) | 356.06º | 0.57% | 0.94% | - |
| XYZ | 43.71 | 29.4 | 18.7 | - |
| YUV | 144.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 112 | 0 | 0.57 | 0.53 | 0.06 | 356.06 | 0.82 | 0.67 |
| Hex | F0 | 67 | 70 | 0 | 39 | 35 | 6 | 164 | 52 | 43 |
| Octal | 360 | 147 | 160 | 0 | 71 | 65 | 6 | 544 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1110000 | 0 | 111001 | 110101 | 110 | 101100100 | 1010010 | 1000011 |
Color Harmonies of #F06770
Complementary color
Monochromatic Colors of #F06770
Black with #F06770
Text Example
Text Example
White with #F06770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06770; }
p { color: rgb(240,103,112); }
H1.HeaderClassName
{
color: #F06770;
}
.AnyTagClassName
{
color: #F06770;
}
</style>
background-color css
<style>
a { background-color: #F06770; }
a { background-color: rgb(240,103,112); }
div.DivClassName
{
background-color: #F06770;
}
.BgClassName
{
background-color: #F06770;
}
</style>
border-color css
<style>
span { border-color: #F06770; }
span { border-color: rgb(240,103,112); }
td.TdClassName
{
border-color: #F06770;
}
.TagClassName
{
border-color: #F06770;
}
</style>