Shades of Froly #FA7374
Tints of Froly #FA7374
RGB
CMYK
RGB Variations
Color information
#FA7374 (or 0xFA7374) is known color: Froly. HEX triplet: FA, 73 and 74. RGB value is (250,115,116). Sum of RGB (Red+Green+Blue) = 250+115+116=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7374 is #058C8B. Grayscale: #9B9B9B. Windows color (decimal): -363660 or 7631866. OLE color: 7631866.
HSL color Cylindrical-coordinate representation of color #FA7374: hue angle of 359.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7374 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 116 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.02 |
| HSL | 359.56º | 0.93% | 0.72% | - |
| HSV(B) | 359.56º | 0.54% | 0.98% | - |
| XYZ | 48.71 | 33.85 | 20.49 | - |
| YUV | 155.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 116 | 0 | 0.54 | 0.54 | 0.02 | 359.56 | 0.93 | 0.72 |
| Hex | FA | 73 | 74 | 0 | 36 | 36 | 2 | 168 | 5D | 48 |
| Octal | 372 | 163 | 164 | 0 | 66 | 66 | 2 | 550 | 135 | 110 |
| Binary | 11111010 | 1110011 | 1110100 | 0 | 110110 | 110110 | 10 | 101101000 | 1011101 | 1001000 |
Color Harmonies of #FA7374
Complementary color
Monochromatic Colors of #FA7374
Black with #FA7374
Text Example
Text Example
White with #FA7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7374; }
p { color: rgb(250,115,116); }
H1.HeaderClassName
{
color: #FA7374;
}
.AnyTagClassName
{
color: #FA7374;
}
</style>
background-color css
<style>
a { background-color: #FA7374; }
a { background-color: rgb(250,115,116); }
div.DivClassName
{
background-color: #FA7374;
}
.BgClassName
{
background-color: #FA7374;
}
</style>
border-color css
<style>
span { border-color: #FA7374; }
span { border-color: rgb(250,115,116); }
td.TdClassName
{
border-color: #FA7374;
}
.TagClassName
{
border-color: #FA7374;
}
</style>