Shades of Froly #F06A7B
Tints of Froly #F06A7B
RGB
CMYK
RGB Variations
Color information
#F06A7B (or 0xF06A7B) is known color: Froly. HEX triplet: F0, 6A and 7B. RGB value is (240,106,123). Sum of RGB (Red+Green+Blue) = 240+106+123=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A7B is #0F9584. Grayscale: #949494. Windows color (decimal): -1021317 or 8088304. OLE color: 8088304.
HSL color Cylindrical-coordinate representation of color #F06A7B: hue angle of 352.39º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A7B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 123 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.06 |
| HSL | 352.39º | 0.82% | 0.68% | - |
| HSV(B) | 352.39º | 0.56% | 0.94% | - |
| XYZ | 44.66 | 30.26 | 22.23 | - |
| YUV | 148 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 123 | 0 | 0.56 | 0.49 | 0.06 | 352.39 | 0.82 | 0.68 |
| Hex | F0 | 6A | 7B | 0 | 38 | 31 | 6 | 160 | 52 | 44 |
| Octal | 360 | 152 | 173 | 0 | 70 | 61 | 6 | 540 | 122 | 104 |
| Binary | 11110000 | 1101010 | 1111011 | 0 | 111000 | 110001 | 110 | 101100000 | 1010010 | 1000100 |
Color Harmonies of #F06A7B
Complementary color
Monochromatic Colors of #F06A7B
Black with #F06A7B
Text Example
Text Example
White with #F06A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A7B; }
p { color: rgb(240,106,123); }
H1.HeaderClassName
{
color: #F06A7B;
}
.AnyTagClassName
{
color: #F06A7B;
}
</style>
background-color css
<style>
a { background-color: #F06A7B; }
a { background-color: rgb(240,106,123); }
div.DivClassName
{
background-color: #F06A7B;
}
.BgClassName
{
background-color: #F06A7B;
}
</style>
border-color css
<style>
span { border-color: #F06A7B; }
span { border-color: rgb(240,106,123); }
td.TdClassName
{
border-color: #F06A7B;
}
.TagClassName
{
border-color: #F06A7B;
}
</style>