Shades of Froly #F0636C
Tints of Froly #F0636C
RGB
CMYK
RGB Variations
Color information
#F0636C (or 0xF0636C) is known color: Froly. HEX triplet: F0, 63 and 6C. RGB value is (240,99,108). Sum of RGB (Red+Green+Blue) = 240+99+108=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0636C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0636C is #0F9C93. Grayscale: #8E8E8E. Windows color (decimal): -1023124 or 7103472. OLE color: 7103472.
HSL color Cylindrical-coordinate representation of color #F0636C: hue angle of 356.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0636C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 108 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.06 |
| HSL | 356.17º | 0.82% | 0.66% | - |
| HSV(B) | 356.17º | 0.59% | 0.94% | - |
| XYZ | 43.1 | 28.53 | 17.42 | - |
| YUV | 142.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 108 | 0 | 0.59 | 0.55 | 0.06 | 356.17 | 0.82 | 0.66 |
| Hex | F0 | 63 | 6C | 0 | 3B | 37 | 6 | 164 | 52 | 42 |
| Octal | 360 | 143 | 154 | 0 | 73 | 67 | 6 | 544 | 122 | 102 |
| Binary | 11110000 | 1100011 | 1101100 | 0 | 111011 | 110111 | 110 | 101100100 | 1010010 | 1000010 |
Color Harmonies of #F0636C
Complementary color
Monochromatic Colors of #F0636C
Black with #F0636C
Text Example
Text Example
White with #F0636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0636C; }
p { color: rgb(240,99,108); }
H1.HeaderClassName
{
color: #F0636C;
}
.AnyTagClassName
{
color: #F0636C;
}
</style>
background-color css
<style>
a { background-color: #F0636C; }
a { background-color: rgb(240,99,108); }
div.DivClassName
{
background-color: #F0636C;
}
.BgClassName
{
background-color: #F0636C;
}
</style>
border-color css
<style>
span { border-color: #F0636C; }
span { border-color: rgb(240,99,108); }
td.TdClassName
{
border-color: #F0636C;
}
.TagClassName
{
border-color: #F0636C;
}
</style>