Shades of Froly #F06C7C
Tints of Froly #F06C7C
RGB
CMYK
RGB Variations
Color information
#F06C7C (or 0xF06C7C) is known color: Froly. HEX triplet: F0, 6C and 7C. RGB value is (240,108,124). Sum of RGB (Red+Green+Blue) = 240+108+124=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7C is #0F9383. Grayscale: #959595. Windows color (decimal): -1020804 or 8154352. OLE color: 8154352.
HSL color Cylindrical-coordinate representation of color #F06C7C: hue angle of 352.73º degrees, saturation: 0.81, 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 #F06C7C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 124 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.06 |
| HSL | 352.73º | 0.81% | 0.68% | - |
| HSV(B) | 352.73º | 0.55% | 0.94% | - |
| XYZ | 44.94 | 30.71 | 22.63 | - |
| YUV | 149.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 124 | 0 | 0.55 | 0.48 | 0.06 | 352.73 | 0.81 | 0.68 |
| Hex | F0 | 6C | 7C | 0 | 37 | 30 | 6 | 161 | 51 | 44 |
| Octal | 360 | 154 | 174 | 0 | 67 | 60 | 6 | 541 | 121 | 104 |
| Binary | 11110000 | 1101100 | 1111100 | 0 | 110111 | 110000 | 110 | 101100001 | 1010001 | 1000100 |
Color Harmonies of #F06C7C
Complementary color
Monochromatic Colors of #F06C7C
Black with #F06C7C
Text Example
Text Example
White with #F06C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C7C; }
p { color: rgb(240,108,124); }
H1.HeaderClassName
{
color: #F06C7C;
}
.AnyTagClassName
{
color: #F06C7C;
}
</style>
background-color css
<style>
a { background-color: #F06C7C; }
a { background-color: rgb(240,108,124); }
div.DivClassName
{
background-color: #F06C7C;
}
.BgClassName
{
background-color: #F06C7C;
}
</style>
border-color css
<style>
span { border-color: #F06C7C; }
span { border-color: rgb(240,108,124); }
td.TdClassName
{
border-color: #F06C7C;
}
.TagClassName
{
border-color: #F06C7C;
}
</style>