Shades of Froly #F36C7A
Tints of Froly #F36C7A
RGB
CMYK
RGB Variations
Color information
#F36C7A (or 0xF36C7A) is known color: Froly. HEX triplet: F3, 6C and 7A. RGB value is (243,108,122). Sum of RGB (Red+Green+Blue) = 243+108+122=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C7A is #0C9385. Grayscale: #969696. Windows color (decimal): -824198 or 8023283. OLE color: 8023283.
HSL color Cylindrical-coordinate representation of color #F36C7A: hue angle of 353.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36C7A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 122 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.05 |
| HSL | 353.78º | 0.85% | 0.69% | - |
| HSV(B) | 353.78º | 0.56% | 0.95% | - |
| XYZ | 45.84 | 31.18 | 22.02 | - |
| YUV | 149.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 122 | 0 | 0.56 | 0.50 | 0.05 | 353.78 | 0.85 | 0.69 |
| Hex | F3 | 6C | 7A | 0 | 38 | 32 | 5 | 162 | 55 | 45 |
| Octal | 363 | 154 | 172 | 0 | 70 | 62 | 5 | 542 | 125 | 105 |
| Binary | 11110011 | 1101100 | 1111010 | 0 | 111000 | 110010 | 101 | 101100010 | 1010101 | 1000101 |
Color Harmonies of #F36C7A
Complementary color
Monochromatic Colors of #F36C7A
Black with #F36C7A
Text Example
Text Example
White with #F36C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C7A; }
p { color: rgb(243,108,122); }
H1.HeaderClassName
{
color: #F36C7A;
}
.AnyTagClassName
{
color: #F36C7A;
}
</style>
background-color css
<style>
a { background-color: #F36C7A; }
a { background-color: rgb(243,108,122); }
div.DivClassName
{
background-color: #F36C7A;
}
.BgClassName
{
background-color: #F36C7A;
}
</style>
border-color css
<style>
span { border-color: #F36C7A; }
span { border-color: rgb(243,108,122); }
td.TdClassName
{
border-color: #F36C7A;
}
.TagClassName
{
border-color: #F36C7A;
}
</style>