Shades of Froly #F06B7E
Tints of Froly #F06B7E
RGB
CMYK
RGB Variations
Color information
#F06B7E (or 0xF06B7E) is known color: Froly. HEX triplet: F0, 6B and 7E. RGB value is (240,107,126). Sum of RGB (Red+Green+Blue) = 240+107+126=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B7E is #0F9481. Grayscale: #949494. Windows color (decimal): -1021058 or 8285168. OLE color: 8285168.
HSL color Cylindrical-coordinate representation of color #F06B7E: hue angle of 351.43º 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 #F06B7E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 126 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.06 |
| HSL | 351.43º | 0.82% | 0.68% | - |
| HSV(B) | 351.43º | 0.55% | 0.94% | - |
| XYZ | 44.96 | 30.55 | 23.27 | - |
| YUV | 148.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 126 | 0 | 0.55 | 0.48 | 0.06 | 351.43 | 0.82 | 0.68 |
| Hex | F0 | 6B | 7E | 0 | 37 | 30 | 6 | 15F | 52 | 44 |
| Octal | 360 | 153 | 176 | 0 | 67 | 60 | 6 | 537 | 122 | 104 |
| Binary | 11110000 | 1101011 | 1111110 | 0 | 110111 | 110000 | 110 | 101011111 | 1010010 | 1000100 |
Color Harmonies of #F06B7E
Complementary color
Monochromatic Colors of #F06B7E
Black with #F06B7E
Text Example
Text Example
White with #F06B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B7E; }
p { color: rgb(240,107,126); }
H1.HeaderClassName
{
color: #F06B7E;
}
.AnyTagClassName
{
color: #F06B7E;
}
</style>
background-color css
<style>
a { background-color: #F06B7E; }
a { background-color: rgb(240,107,126); }
div.DivClassName
{
background-color: #F06B7E;
}
.BgClassName
{
background-color: #F06B7E;
}
</style>
border-color css
<style>
span { border-color: #F06B7E; }
span { border-color: rgb(240,107,126); }
td.TdClassName
{
border-color: #F06B7E;
}
.TagClassName
{
border-color: #F06B7E;
}
</style>