Shades of Froly #F3707D
Tints of Froly #F3707D
RGB
CMYK
RGB Variations
Color information
#F3707D (or 0xF3707D) is known color: Froly. HEX triplet: F3, 70 and 7D. RGB value is (243,112,125). Sum of RGB (Red+Green+Blue) = 243+112+125=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3707D is #0C8F82. Grayscale: #989898. Windows color (decimal): -823171 or 8220915. OLE color: 8220915.
HSL color Cylindrical-coordinate representation of color #F3707D: hue angle of 354.05º 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 #F3707D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 125 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.05º | 0.85% | 0.7% | - |
| HSV(B) | 354.05º | 0.54% | 0.95% | - |
| XYZ | 46.46 | 32.12 | 23.15 | - |
| YUV | 152.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 125 | 0 | 0.54 | 0.49 | 0.05 | 354.05 | 0.85 | 0.7 |
| Hex | F3 | 70 | 7D | 0 | 36 | 31 | 5 | 162 | 55 | 46 |
| Octal | 363 | 160 | 175 | 0 | 66 | 61 | 5 | 542 | 125 | 106 |
| Binary | 11110011 | 1110000 | 1111101 | 0 | 110110 | 110001 | 101 | 101100010 | 1010101 | 1000110 |
Color Harmonies of #F3707D
Complementary color
Monochromatic Colors of #F3707D
Black with #F3707D
Text Example
Text Example
White with #F3707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3707D; }
p { color: rgb(243,112,125); }
H1.HeaderClassName
{
color: #F3707D;
}
.AnyTagClassName
{
color: #F3707D;
}
</style>
background-color css
<style>
a { background-color: #F3707D; }
a { background-color: rgb(243,112,125); }
div.DivClassName
{
background-color: #F3707D;
}
.BgClassName
{
background-color: #F3707D;
}
</style>
border-color css
<style>
span { border-color: #F3707D; }
span { border-color: rgb(243,112,125); }
td.TdClassName
{
border-color: #F3707D;
}
.TagClassName
{
border-color: #F3707D;
}
</style>