Shades of Froly #F3737F
Tints of Froly #F3737F
RGB
CMYK
RGB Variations
Color information
#F3737F (or 0xF3737F) is known color: Froly. HEX triplet: F3, 73 and 7F. RGB value is (243,115,127). Sum of RGB (Red+Green+Blue) = 243+115+127=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3737F is #0C8C80. Grayscale: #9A9A9A. Windows color (decimal): -822401 or 8352755. OLE color: 8352755.
HSL color Cylindrical-coordinate representation of color #F3737F: hue angle of 354.38º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3737F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 127 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.05 |
| HSL | 354.38º | 0.84% | 0.7% | - |
| HSV(B) | 354.38º | 0.53% | 0.95% | - |
| XYZ | 46.92 | 32.85 | 23.95 | - |
| YUV | 154.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 127 | 0 | 0.53 | 0.48 | 0.05 | 354.38 | 0.84 | 0.7 |
| Hex | F3 | 73 | 7F | 0 | 35 | 30 | 5 | 162 | 54 | 46 |
| Octal | 363 | 163 | 177 | 0 | 65 | 60 | 5 | 542 | 124 | 106 |
| Binary | 11110011 | 1110011 | 1111111 | 0 | 110101 | 110000 | 101 | 101100010 | 1010100 | 1000110 |
Color Harmonies of #F3737F
Complementary color
Monochromatic Colors of #F3737F
Black with #F3737F
Text Example
Text Example
White with #F3737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3737F; }
p { color: rgb(243,115,127); }
H1.HeaderClassName
{
color: #F3737F;
}
.AnyTagClassName
{
color: #F3737F;
}
</style>
background-color css
<style>
a { background-color: #F3737F; }
a { background-color: rgb(243,115,127); }
div.DivClassName
{
background-color: #F3737F;
}
.BgClassName
{
background-color: #F3737F;
}
</style>
border-color css
<style>
span { border-color: #F3737F; }
span { border-color: rgb(243,115,127); }
td.TdClassName
{
border-color: #F3737F;
}
.TagClassName
{
border-color: #F3737F;
}
</style>