Shades of Froly #F2646C
Tints of Froly #F2646C
RGB
CMYK
RGB Variations
Color information
#F2646C (or 0xF2646C) is known color: Froly. HEX triplet: F2, 64 and 6C. RGB value is (242,100,108). Sum of RGB (Red+Green+Blue) = 242+100+108=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2646C is #0D9B93. Grayscale: #8F8F8F. Windows color (decimal): -891796 or 7103730. OLE color: 7103730.
HSL color Cylindrical-coordinate representation of color #F2646C: hue angle of 356.62º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2646C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 108 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.05 |
| HSL | 356.62º | 0.85% | 0.67% | - |
| HSV(B) | 356.62º | 0.59% | 0.95% | - |
| XYZ | 43.88 | 29.07 | 17.49 | - |
| YUV | 143.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 108 | 0 | 0.59 | 0.55 | 0.05 | 356.62 | 0.85 | 0.67 |
| Hex | F2 | 64 | 6C | 0 | 3B | 37 | 5 | 165 | 55 | 43 |
| Octal | 362 | 144 | 154 | 0 | 73 | 67 | 5 | 545 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1101100 | 0 | 111011 | 110111 | 101 | 101100101 | 1010101 | 1000011 |
Color Harmonies of #F2646C
Complementary color
Monochromatic Colors of #F2646C
Black with #F2646C
Text Example
Text Example
White with #F2646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2646C; }
p { color: rgb(242,100,108); }
H1.HeaderClassName
{
color: #F2646C;
}
.AnyTagClassName
{
color: #F2646C;
}
</style>
background-color css
<style>
a { background-color: #F2646C; }
a { background-color: rgb(242,100,108); }
div.DivClassName
{
background-color: #F2646C;
}
.BgClassName
{
background-color: #F2646C;
}
</style>
border-color css
<style>
span { border-color: #F2646C; }
span { border-color: rgb(242,100,108); }
td.TdClassName
{
border-color: #F2646C;
}
.TagClassName
{
border-color: #F2646C;
}
</style>