Shades of Froly #F06576
Tints of Froly #F06576
RGB
CMYK
RGB Variations
Color information
#F06576 (or 0xF06576) is known color: Froly. HEX triplet: F0, 65 and 76. RGB value is (240,101,118). Sum of RGB (Red+Green+Blue) = 240+101+118=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06576 is #0F9A89. Grayscale: #909090. Windows color (decimal): -1022602 or 7759344. OLE color: 7759344.
HSL color Cylindrical-coordinate representation of color #F06576: hue angle of 352.66º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06576 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 118 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.06 |
| HSL | 352.66º | 0.82% | 0.67% | - |
| HSV(B) | 352.66º | 0.58% | 0.94% | - |
| XYZ | 43.86 | 29.14 | 20.45 | - |
| YUV | 144.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 118 | 0 | 0.58 | 0.51 | 0.06 | 352.66 | 0.82 | 0.67 |
| Hex | F0 | 65 | 76 | 0 | 3A | 33 | 6 | 161 | 52 | 43 |
| Octal | 360 | 145 | 166 | 0 | 72 | 63 | 6 | 541 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1110110 | 0 | 111010 | 110011 | 110 | 101100001 | 1010010 | 1000011 |
Color Harmonies of #F06576
Complementary color
Monochromatic Colors of #F06576
Black with #F06576
Text Example
Text Example
White with #F06576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06576; }
p { color: rgb(240,101,118); }
H1.HeaderClassName
{
color: #F06576;
}
.AnyTagClassName
{
color: #F06576;
}
</style>
background-color css
<style>
a { background-color: #F06576; }
a { background-color: rgb(240,101,118); }
div.DivClassName
{
background-color: #F06576;
}
.BgClassName
{
background-color: #F06576;
}
</style>
border-color css
<style>
span { border-color: #F06576; }
span { border-color: rgb(240,101,118); }
td.TdClassName
{
border-color: #F06576;
}
.TagClassName
{
border-color: #F06576;
}
</style>