Shades of Froly #F3707E
Tints of Froly #F3707E
RGB
CMYK
RGB Variations
Color information
#F3707E (or 0xF3707E) is known color: Froly. HEX triplet: F3, 70 and 7E. RGB value is (243,112,126). Sum of RGB (Red+Green+Blue) = 243+112+126=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3707E is #0C8F81. Grayscale: #989898. Windows color (decimal): -823170 or 8286451. OLE color: 8286451.
HSL color Cylindrical-coordinate representation of color #F3707E: hue angle of 353.59º 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 #F3707E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 126 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 353.59º | 0.85% | 0.7% | - |
| HSV(B) | 353.59º | 0.54% | 0.95% | - |
| XYZ | 46.52 | 32.15 | 23.49 | - |
| YUV | 152.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 126 | 0 | 0.54 | 0.48 | 0.05 | 353.59 | 0.85 | 0.7 |
| Hex | F3 | 70 | 7E | 0 | 36 | 30 | 5 | 162 | 55 | 46 |
| Octal | 363 | 160 | 176 | 0 | 66 | 60 | 5 | 542 | 125 | 106 |
| Binary | 11110011 | 1110000 | 1111110 | 0 | 110110 | 110000 | 101 | 101100010 | 1010101 | 1000110 |
Color Harmonies of #F3707E
Complementary color
Monochromatic Colors of #F3707E
Black with #F3707E
Text Example
Text Example
White with #F3707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3707E; }
p { color: rgb(243,112,126); }
H1.HeaderClassName
{
color: #F3707E;
}
.AnyTagClassName
{
color: #F3707E;
}
</style>
background-color css
<style>
a { background-color: #F3707E; }
a { background-color: rgb(243,112,126); }
div.DivClassName
{
background-color: #F3707E;
}
.BgClassName
{
background-color: #F3707E;
}
</style>
border-color css
<style>
span { border-color: #F3707E; }
span { border-color: rgb(243,112,126); }
td.TdClassName
{
border-color: #F3707E;
}
.TagClassName
{
border-color: #F3707E;
}
</style>