Shades of Froly #F06B7A
Tints of Froly #F06B7A
RGB
CMYK
RGB Variations
Color information
#F06B7A (or 0xF06B7A) is known color: Froly. HEX triplet: F0, 6B and 7A. RGB value is (240,107,122). Sum of RGB (Red+Green+Blue) = 240+107+122=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B7A is #0F9485. Grayscale: #949494. Windows color (decimal): -1021062 or 8023024. OLE color: 8023024.
HSL color Cylindrical-coordinate representation of color #F06B7A: hue angle of 353.23º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06B7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 122 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.06 |
| HSL | 353.23º | 0.82% | 0.68% | - |
| HSV(B) | 353.23º | 0.55% | 0.94% | - |
| XYZ | 44.71 | 30.45 | 21.93 | - |
| YUV | 148.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 122 | 0 | 0.55 | 0.49 | 0.06 | 353.23 | 0.82 | 0.68 |
| Hex | F0 | 6B | 7A | 0 | 37 | 31 | 6 | 161 | 52 | 44 |
| Octal | 360 | 153 | 172 | 0 | 67 | 61 | 6 | 541 | 122 | 104 |
| Binary | 11110000 | 1101011 | 1111010 | 0 | 110111 | 110001 | 110 | 101100001 | 1010010 | 1000100 |
Color Harmonies of #F06B7A
Complementary color
Monochromatic Colors of #F06B7A
Black with #F06B7A
Text Example
Text Example
White with #F06B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B7A; }
p { color: rgb(240,107,122); }
H1.HeaderClassName
{
color: #F06B7A;
}
.AnyTagClassName
{
color: #F06B7A;
}
</style>
background-color css
<style>
a { background-color: #F06B7A; }
a { background-color: rgb(240,107,122); }
div.DivClassName
{
background-color: #F06B7A;
}
.BgClassName
{
background-color: #F06B7A;
}
</style>
border-color css
<style>
span { border-color: #F06B7A; }
span { border-color: rgb(240,107,122); }
td.TdClassName
{
border-color: #F06B7A;
}
.TagClassName
{
border-color: #F06B7A;
}
</style>