Shades of Froly #F2797B
Tints of Froly #F2797B
RGB
CMYK
RGB Variations
Color information
#F2797B (or 0xF2797B) is known color: Froly. HEX triplet: F2, 79 and 7B. RGB value is (242,121,123). Sum of RGB (Red+Green+Blue) = 242+121+123=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2797B is #0D8684. Grayscale: #9D9D9D. Windows color (decimal): -886405 or 8092146. OLE color: 8092146.
HSL color Cylindrical-coordinate representation of color #F2797B: hue angle of 359.01º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2797B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 123 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.05 |
| HSL | 359.01º | 0.82% | 0.71% | - |
| HSV(B) | 359.01º | 0.5% | 0.95% | - |
| XYZ | 47.03 | 33.98 | 22.82 | - |
| YUV | 157.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 123 | 0 | 0.50 | 0.49 | 0.05 | 359.01 | 0.82 | 0.71 |
| Hex | F2 | 79 | 7B | 0 | 32 | 31 | 5 | 167 | 52 | 47 |
| Octal | 362 | 171 | 173 | 0 | 62 | 61 | 5 | 547 | 122 | 107 |
| Binary | 11110010 | 1111001 | 1111011 | 0 | 110010 | 110001 | 101 | 101100111 | 1010010 | 1000111 |
Color Harmonies of #F2797B
Complementary color
Monochromatic Colors of #F2797B
Black with #F2797B
Text Example
Text Example
White with #F2797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2797B; }
p { color: rgb(242,121,123); }
H1.HeaderClassName
{
color: #F2797B;
}
.AnyTagClassName
{
color: #F2797B;
}
</style>
background-color css
<style>
a { background-color: #F2797B; }
a { background-color: rgb(242,121,123); }
div.DivClassName
{
background-color: #F2797B;
}
.BgClassName
{
background-color: #F2797B;
}
</style>
border-color css
<style>
span { border-color: #F2797B; }
span { border-color: rgb(242,121,123); }
td.TdClassName
{
border-color: #F2797B;
}
.TagClassName
{
border-color: #F2797B;
}
</style>