Shades of Froly #F2636B
Tints of Froly #F2636B
RGB
CMYK
RGB Variations
Color information
#F2636B (or 0xF2636B) is known color: Froly. HEX triplet: F2, 63 and 6B. RGB value is (242,99,107). Sum of RGB (Red+Green+Blue) = 242+99+107=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2636B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2636B is #0D9C94. Grayscale: #8E8E8E. Windows color (decimal): -892053 or 7037938. OLE color: 7037938.
HSL color Cylindrical-coordinate representation of color #F2636B: hue angle of 356.64º 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 #F2636B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 107 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.05 |
| HSL | 356.64º | 0.85% | 0.67% | - |
| HSV(B) | 356.64º | 0.59% | 0.95% | - |
| XYZ | 43.73 | 28.86 | 17.18 | - |
| YUV | 142.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 107 | 0 | 0.59 | 0.56 | 0.05 | 356.64 | 0.85 | 0.67 |
| Hex | F2 | 63 | 6B | 0 | 3B | 38 | 5 | 165 | 55 | 43 |
| Octal | 362 | 143 | 153 | 0 | 73 | 70 | 5 | 545 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1101011 | 0 | 111011 | 111000 | 101 | 101100101 | 1010101 | 1000011 |
Color Harmonies of #F2636B
Complementary color
Monochromatic Colors of #F2636B
Black with #F2636B
Text Example
Text Example
White with #F2636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2636B; }
p { color: rgb(242,99,107); }
H1.HeaderClassName
{
color: #F2636B;
}
.AnyTagClassName
{
color: #F2636B;
}
</style>
background-color css
<style>
a { background-color: #F2636B; }
a { background-color: rgb(242,99,107); }
div.DivClassName
{
background-color: #F2636B;
}
.BgClassName
{
background-color: #F2636B;
}
</style>
border-color css
<style>
span { border-color: #F2636B; }
span { border-color: rgb(242,99,107); }
td.TdClassName
{
border-color: #F2636B;
}
.TagClassName
{
border-color: #F2636B;
}
</style>