Shades of Froly #F36470
Tints of Froly #F36470
RGB
CMYK
RGB Variations
Color information
#F36470 (or 0xF36470) is known color: Froly. HEX triplet: F3, 64 and 70. RGB value is (243,100,112). Sum of RGB (Red+Green+Blue) = 243+100+112=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F36470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36470 is #0C9B8F. Grayscale: #909090. Windows color (decimal): -826256 or 7365875. OLE color: 7365875.
HSL color Cylindrical-coordinate representation of color #F36470: hue angle of 354.97º degrees, saturation: 0.86, 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 #F36470 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 112 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.05 |
| HSL | 354.97º | 0.86% | 0.67% | - |
| HSV(B) | 354.97º | 0.59% | 0.95% | - |
| XYZ | 44.44 | 29.34 | 18.65 | - |
| YUV | 144.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 112 | 0 | 0.59 | 0.54 | 0.05 | 354.97 | 0.86 | 0.67 |
| Hex | F3 | 64 | 70 | 0 | 3B | 36 | 5 | 163 | 56 | 43 |
| Octal | 363 | 144 | 160 | 0 | 73 | 66 | 5 | 543 | 126 | 103 |
| Binary | 11110011 | 1100100 | 1110000 | 0 | 111011 | 110110 | 101 | 101100011 | 1010110 | 1000011 |
Color Harmonies of #F36470
Complementary color
Monochromatic Colors of #F36470
Black with #F36470
Text Example
Text Example
White with #F36470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36470; }
p { color: rgb(243,100,112); }
H1.HeaderClassName
{
color: #F36470;
}
.AnyTagClassName
{
color: #F36470;
}
</style>
background-color css
<style>
a { background-color: #F36470; }
a { background-color: rgb(243,100,112); }
div.DivClassName
{
background-color: #F36470;
}
.BgClassName
{
background-color: #F36470;
}
</style>
border-color css
<style>
span { border-color: #F36470; }
span { border-color: rgb(243,100,112); }
td.TdClassName
{
border-color: #F36470;
}
.TagClassName
{
border-color: #F36470;
}
</style>