Shades of Froly #F06572
Tints of Froly #F06572
RGB
CMYK
RGB Variations
Color information
#F06572 (or 0xF06572) is known color: Froly. HEX triplet: F0, 65 and 72. RGB value is (240,101,114). Sum of RGB (Red+Green+Blue) = 240+101+114=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06572 is #0F9A8D. Grayscale: #909090. Windows color (decimal): -1022606 or 7497200. OLE color: 7497200.
HSL color Cylindrical-coordinate representation of color #F06572: hue angle of 354.39º 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 #F06572 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 114 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.06 |
| HSL | 354.39º | 0.82% | 0.67% | - |
| HSV(B) | 354.39º | 0.58% | 0.94% | - |
| XYZ | 43.63 | 29.05 | 19.23 | - |
| YUV | 144.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 114 | 0 | 0.58 | 0.52 | 0.06 | 354.39 | 0.82 | 0.67 |
| Hex | F0 | 65 | 72 | 0 | 3A | 34 | 6 | 162 | 52 | 43 |
| Octal | 360 | 145 | 162 | 0 | 72 | 64 | 6 | 542 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1110010 | 0 | 111010 | 110100 | 110 | 101100010 | 1010010 | 1000011 |
Color Harmonies of #F06572
Complementary color
Monochromatic Colors of #F06572
Black with #F06572
Text Example
Text Example
White with #F06572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06572; }
p { color: rgb(240,101,114); }
H1.HeaderClassName
{
color: #F06572;
}
.AnyTagClassName
{
color: #F06572;
}
</style>
background-color css
<style>
a { background-color: #F06572; }
a { background-color: rgb(240,101,114); }
div.DivClassName
{
background-color: #F06572;
}
.BgClassName
{
background-color: #F06572;
}
</style>
border-color css
<style>
span { border-color: #F06572; }
span { border-color: rgb(240,101,114); }
td.TdClassName
{
border-color: #F06572;
}
.TagClassName
{
border-color: #F06572;
}
</style>