Shades of Froly #F2676D
Tints of Froly #F2676D
RGB
CMYK
RGB Variations
Color information
#F2676D (or 0xF2676D) is known color: Froly. HEX triplet: F2, 67 and 6D. RGB value is (242,103,109). Sum of RGB (Red+Green+Blue) = 242+103+109=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2676D is #0D9892. Grayscale: #919191. Windows color (decimal): -891027 or 7170034. OLE color: 7170034.
HSL color Cylindrical-coordinate representation of color #F2676D: hue angle of 357.41º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2676D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 109 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.05 |
| HSL | 357.41º | 0.84% | 0.68% | - |
| HSV(B) | 357.41º | 0.57% | 0.95% | - |
| XYZ | 44.23 | 29.68 | 17.87 | - |
| YUV | 145.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 109 | 0 | 0.57 | 0.55 | 0.05 | 357.41 | 0.84 | 0.68 |
| Hex | F2 | 67 | 6D | 0 | 39 | 37 | 5 | 165 | 54 | 44 |
| Octal | 362 | 147 | 155 | 0 | 71 | 67 | 5 | 545 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1101101 | 0 | 111001 | 110111 | 101 | 101100101 | 1010100 | 1000100 |
Color Harmonies of #F2676D
Complementary color
Monochromatic Colors of #F2676D
Black with #F2676D
Text Example
Text Example
White with #F2676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2676D; }
p { color: rgb(242,103,109); }
H1.HeaderClassName
{
color: #F2676D;
}
.AnyTagClassName
{
color: #F2676D;
}
</style>
background-color css
<style>
a { background-color: #F2676D; }
a { background-color: rgb(242,103,109); }
div.DivClassName
{
background-color: #F2676D;
}
.BgClassName
{
background-color: #F2676D;
}
</style>
border-color css
<style>
span { border-color: #F2676D; }
span { border-color: rgb(242,103,109); }
td.TdClassName
{
border-color: #F2676D;
}
.TagClassName
{
border-color: #F2676D;
}
</style>