Shades of Froly #F27374
Tints of Froly #F27374
RGB
CMYK
RGB Variations
Color information
#F27374 (or 0xF27374) is known color: Froly. HEX triplet: F2, 73 and 74. RGB value is (242,115,116). Sum of RGB (Red+Green+Blue) = 242+115+116=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F27374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27374 is #0D8C8B. Grayscale: #999999. Windows color (decimal): -887948 or 7631858. OLE color: 7631858.
HSL color Cylindrical-coordinate representation of color #F27374: hue angle of 359.53º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27374 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 116 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.05 |
| HSL | 359.53º | 0.83% | 0.7% | - |
| HSV(B) | 359.53º | 0.52% | 0.95% | - |
| XYZ | 45.9 | 32.4 | 20.36 | - |
| YUV | 153.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 116 | 0 | 0.52 | 0.52 | 0.05 | 359.53 | 0.83 | 0.7 |
| Hex | F2 | 73 | 74 | 0 | 34 | 34 | 5 | 168 | 53 | 46 |
| Octal | 362 | 163 | 164 | 0 | 64 | 64 | 5 | 550 | 123 | 106 |
| Binary | 11110010 | 1110011 | 1110100 | 0 | 110100 | 110100 | 101 | 101101000 | 1010011 | 1000110 |
Color Harmonies of #F27374
Complementary color
Monochromatic Colors of #F27374
Black with #F27374
Text Example
Text Example
White with #F27374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27374; }
p { color: rgb(242,115,116); }
H1.HeaderClassName
{
color: #F27374;
}
.AnyTagClassName
{
color: #F27374;
}
</style>
background-color css
<style>
a { background-color: #F27374; }
a { background-color: rgb(242,115,116); }
div.DivClassName
{
background-color: #F27374;
}
.BgClassName
{
background-color: #F27374;
}
</style>
border-color css
<style>
span { border-color: #F27374; }
span { border-color: rgb(242,115,116); }
td.TdClassName
{
border-color: #F27374;
}
.TagClassName
{
border-color: #F27374;
}
</style>