Shades of Froly #F06A7D
Tints of Froly #F06A7D
RGB
CMYK
RGB Variations
Color information
#F06A7D (or 0xF06A7D) is known color: Froly. HEX triplet: F0, 6A and 7D. RGB value is (240,106,125). Sum of RGB (Red+Green+Blue) = 240+106+125=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A7D is #0F9582. Grayscale: #949494. Windows color (decimal): -1021315 or 8219376. OLE color: 8219376.
HSL color Cylindrical-coordinate representation of color #F06A7D: hue angle of 351.49º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A7D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 125 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.06 |
| HSL | 351.49º | 0.82% | 0.68% | - |
| HSV(B) | 351.49º | 0.56% | 0.94% | - |
| XYZ | 44.79 | 30.31 | 22.89 | - |
| YUV | 148.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 125 | 0 | 0.56 | 0.48 | 0.06 | 351.49 | 0.82 | 0.68 |
| Hex | F0 | 6A | 7D | 0 | 38 | 30 | 6 | 15F | 52 | 44 |
| Octal | 360 | 152 | 175 | 0 | 70 | 60 | 6 | 537 | 122 | 104 |
| Binary | 11110000 | 1101010 | 1111101 | 0 | 111000 | 110000 | 110 | 101011111 | 1010010 | 1000100 |
Color Harmonies of #F06A7D
Complementary color
Monochromatic Colors of #F06A7D
Black with #F06A7D
Text Example
Text Example
White with #F06A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A7D; }
p { color: rgb(240,106,125); }
H1.HeaderClassName
{
color: #F06A7D;
}
.AnyTagClassName
{
color: #F06A7D;
}
</style>
background-color css
<style>
a { background-color: #F06A7D; }
a { background-color: rgb(240,106,125); }
div.DivClassName
{
background-color: #F06A7D;
}
.BgClassName
{
background-color: #F06A7D;
}
</style>
border-color css
<style>
span { border-color: #F06A7D; }
span { border-color: rgb(240,106,125); }
td.TdClassName
{
border-color: #F06A7D;
}
.TagClassName
{
border-color: #F06A7D;
}
</style>