Shades of Froly #F2676B
Tints of Froly #F2676B
RGB
CMYK
RGB Variations
Color information
#F2676B (or 0xF2676B) is known color: Froly. HEX triplet: F2, 67 and 6B. RGB value is (242,103,107). Sum of RGB (Red+Green+Blue) = 242+103+107=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2676B is #0D9894. Grayscale: #919191. Windows color (decimal): -891029 or 7038962. OLE color: 7038962.
HSL color Cylindrical-coordinate representation of color #F2676B: hue angle of 358.27º 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 #F2676B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 107 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.05 |
| HSL | 358.27º | 0.84% | 0.68% | - |
| HSV(B) | 358.27º | 0.57% | 0.95% | - |
| XYZ | 44.12 | 29.64 | 17.31 | - |
| YUV | 145.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 107 | 0 | 0.57 | 0.56 | 0.05 | 358.27 | 0.84 | 0.68 |
| Hex | F2 | 67 | 6B | 0 | 39 | 38 | 5 | 166 | 54 | 44 |
| Octal | 362 | 147 | 153 | 0 | 71 | 70 | 5 | 546 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1101011 | 0 | 111001 | 111000 | 101 | 101100110 | 1010100 | 1000100 |
Color Harmonies of #F2676B
Complementary color
Monochromatic Colors of #F2676B
Black with #F2676B
Text Example
Text Example
White with #F2676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2676B; }
p { color: rgb(242,103,107); }
H1.HeaderClassName
{
color: #F2676B;
}
.AnyTagClassName
{
color: #F2676B;
}
</style>
background-color css
<style>
a { background-color: #F2676B; }
a { background-color: rgb(242,103,107); }
div.DivClassName
{
background-color: #F2676B;
}
.BgClassName
{
background-color: #F2676B;
}
</style>
border-color css
<style>
span { border-color: #F2676B; }
span { border-color: rgb(242,103,107); }
td.TdClassName
{
border-color: #F2676B;
}
.TagClassName
{
border-color: #F2676B;
}
</style>