Shades of Froly #F3707A
Tints of Froly #F3707A
RGB
CMYK
RGB Variations
Color information
#F3707A (or 0xF3707A) is known color: Froly. HEX triplet: F3, 70 and 7A. RGB value is (243,112,122). Sum of RGB (Red+Green+Blue) = 243+112+122=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3707A is #0C8F85. Grayscale: #989898. Windows color (decimal): -823174 or 8024307. OLE color: 8024307.
HSL color Cylindrical-coordinate representation of color #F3707A: hue angle of 355.42º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3707A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 122 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.05 |
| HSL | 355.42º | 0.85% | 0.7% | - |
| HSV(B) | 355.42º | 0.54% | 0.95% | - |
| XYZ | 46.27 | 32.05 | 22.16 | - |
| YUV | 152.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 122 | 0 | 0.54 | 0.50 | 0.05 | 355.42 | 0.85 | 0.7 |
| Hex | F3 | 70 | 7A | 0 | 36 | 32 | 5 | 163 | 55 | 46 |
| Octal | 363 | 160 | 172 | 0 | 66 | 62 | 5 | 543 | 125 | 106 |
| Binary | 11110011 | 1110000 | 1111010 | 0 | 110110 | 110010 | 101 | 101100011 | 1010101 | 1000110 |
Color Harmonies of #F3707A
Complementary color
Monochromatic Colors of #F3707A
Black with #F3707A
Text Example
Text Example
White with #F3707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3707A; }
p { color: rgb(243,112,122); }
H1.HeaderClassName
{
color: #F3707A;
}
.AnyTagClassName
{
color: #F3707A;
}
</style>
background-color css
<style>
a { background-color: #F3707A; }
a { background-color: rgb(243,112,122); }
div.DivClassName
{
background-color: #F3707A;
}
.BgClassName
{
background-color: #F3707A;
}
</style>
border-color css
<style>
span { border-color: #F3707A; }
span { border-color: rgb(243,112,122); }
td.TdClassName
{
border-color: #F3707A;
}
.TagClassName
{
border-color: #F3707A;
}
</style>