Shades of Froly #F06B7C
Tints of Froly #F06B7C
RGB
CMYK
RGB Variations
Color information
#F06B7C (or 0xF06B7C) is known color: Froly. HEX triplet: F0, 6B and 7C. RGB value is (240,107,124). Sum of RGB (Red+Green+Blue) = 240+107+124=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B7C is #0F9483. Grayscale: #949494. Windows color (decimal): -1021060 or 8154096. OLE color: 8154096.
HSL color Cylindrical-coordinate representation of color #F06B7C: hue angle of 352.33º 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 #F06B7C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 124 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.06 |
| HSL | 352.33º | 0.82% | 0.68% | - |
| HSV(B) | 352.33º | 0.55% | 0.94% | - |
| XYZ | 44.83 | 30.5 | 22.59 | - |
| YUV | 148.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 124 | 0 | 0.55 | 0.48 | 0.06 | 352.33 | 0.82 | 0.68 |
| Hex | F0 | 6B | 7C | 0 | 37 | 30 | 6 | 160 | 52 | 44 |
| Octal | 360 | 153 | 174 | 0 | 67 | 60 | 6 | 540 | 122 | 104 |
| Binary | 11110000 | 1101011 | 1111100 | 0 | 110111 | 110000 | 110 | 101100000 | 1010010 | 1000100 |
Color Harmonies of #F06B7C
Complementary color
Monochromatic Colors of #F06B7C
Black with #F06B7C
Text Example
Text Example
White with #F06B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B7C; }
p { color: rgb(240,107,124); }
H1.HeaderClassName
{
color: #F06B7C;
}
.AnyTagClassName
{
color: #F06B7C;
}
</style>
background-color css
<style>
a { background-color: #F06B7C; }
a { background-color: rgb(240,107,124); }
div.DivClassName
{
background-color: #F06B7C;
}
.BgClassName
{
background-color: #F06B7C;
}
</style>
border-color css
<style>
span { border-color: #F06B7C; }
span { border-color: rgb(240,107,124); }
td.TdClassName
{
border-color: #F06B7C;
}
.TagClassName
{
border-color: #F06B7C;
}
</style>