Shades of Froly #F67A7D
Tints of Froly #F67A7D
RGB
CMYK
RGB Variations
Color information
#F67A7D (or 0xF67A7D) is known color: Froly. HEX triplet: F6, 7A and 7D. RGB value is (246,122,125). Sum of RGB (Red+Green+Blue) = 246+122+125=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A7D is #098582. Grayscale: #9F9F9F. Windows color (decimal): -624003 or 8223478. OLE color: 8223478.
HSL color Cylindrical-coordinate representation of color #F67A7D: hue angle of 358.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67A7D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 125 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.04 |
| HSL | 358.55º | 0.87% | 0.72% | - |
| HSV(B) | 358.55º | 0.5% | 0.96% | - |
| XYZ | 48.67 | 34.99 | 23.59 | - |
| YUV | 159.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 125 | 0 | 0.50 | 0.49 | 0.04 | 358.55 | 0.87 | 0.72 |
| Hex | F6 | 7A | 7D | 0 | 32 | 31 | 4 | 167 | 57 | 48 |
| Octal | 366 | 172 | 175 | 0 | 62 | 61 | 4 | 547 | 127 | 110 |
| Binary | 11110110 | 1111010 | 1111101 | 0 | 110010 | 110001 | 100 | 101100111 | 1010111 | 1001000 |
Color Harmonies of #F67A7D
Complementary color
Monochromatic Colors of #F67A7D
Black with #F67A7D
Text Example
Text Example
White with #F67A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A7D; }
p { color: rgb(246,122,125); }
H1.HeaderClassName
{
color: #F67A7D;
}
.AnyTagClassName
{
color: #F67A7D;
}
</style>
background-color css
<style>
a { background-color: #F67A7D; }
a { background-color: rgb(246,122,125); }
div.DivClassName
{
background-color: #F67A7D;
}
.BgClassName
{
background-color: #F67A7D;
}
</style>
border-color css
<style>
span { border-color: #F67A7D; }
span { border-color: rgb(246,122,125); }
td.TdClassName
{
border-color: #F67A7D;
}
.TagClassName
{
border-color: #F67A7D;
}
</style>