Shades of Froly #F2646E
Tints of Froly #F2646E
RGB
CMYK
RGB Variations
Color information
#F2646E (or 0xF2646E) is known color: Froly. HEX triplet: F2, 64 and 6E. RGB value is (242,100,110). Sum of RGB (Red+Green+Blue) = 242+100+110=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2646E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2646E is #0D9B91. Grayscale: #8F8F8F. Windows color (decimal): -891794 or 7234802. OLE color: 7234802.
HSL color Cylindrical-coordinate representation of color #F2646E: hue angle of 355.77º 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 #F2646E is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 110 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.05 |
| HSL | 355.77º | 0.85% | 0.67% | - |
| HSV(B) | 355.77º | 0.59% | 0.95% | - |
| XYZ | 43.99 | 29.12 | 18.05 | - |
| YUV | 143.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 110 | 0 | 0.59 | 0.55 | 0.05 | 355.77 | 0.85 | 0.67 |
| Hex | F2 | 64 | 6E | 0 | 3B | 37 | 5 | 164 | 55 | 43 |
| Octal | 362 | 144 | 156 | 0 | 73 | 67 | 5 | 544 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1101110 | 0 | 111011 | 110111 | 101 | 101100100 | 1010101 | 1000011 |
Color Harmonies of #F2646E
Complementary color
Monochromatic Colors of #F2646E
Black with #F2646E
Text Example
Text Example
White with #F2646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2646E; }
p { color: rgb(242,100,110); }
H1.HeaderClassName
{
color: #F2646E;
}
.AnyTagClassName
{
color: #F2646E;
}
</style>
background-color css
<style>
a { background-color: #F2646E; }
a { background-color: rgb(242,100,110); }
div.DivClassName
{
background-color: #F2646E;
}
.BgClassName
{
background-color: #F2646E;
}
</style>
border-color css
<style>
span { border-color: #F2646E; }
span { border-color: rgb(242,100,110); }
td.TdClassName
{
border-color: #F2646E;
}
.TagClassName
{
border-color: #F2646E;
}
</style>