Shades of Froly #FA7375
Tints of Froly #FA7375
RGB
CMYK
RGB Variations
Color information
#FA7375 (or 0xFA7375) is known color: Froly. HEX triplet: FA, 73 and 75. RGB value is (250,115,117). Sum of RGB (Red+Green+Blue) = 250+115+117=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7375 is #058C8A. Grayscale: #9B9B9B. Windows color (decimal): -363659 or 7697402. OLE color: 7697402.
HSL color Cylindrical-coordinate representation of color #FA7375: hue angle of 359.11º 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 #FA7375 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 117 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.02 |
| HSL | 359.11º | 0.93% | 0.72% | - |
| HSV(B) | 359.11º | 0.54% | 0.98% | - |
| XYZ | 48.77 | 33.87 | 20.8 | - |
| YUV | 155.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 117 | 0 | 0.54 | 0.53 | 0.02 | 359.11 | 0.93 | 0.72 |
| Hex | FA | 73 | 75 | 0 | 36 | 35 | 2 | 167 | 5D | 48 |
| Octal | 372 | 163 | 165 | 0 | 66 | 65 | 2 | 547 | 135 | 110 |
| Binary | 11111010 | 1110011 | 1110101 | 0 | 110110 | 110101 | 10 | 101100111 | 1011101 | 1001000 |
Color Harmonies of #FA7375
Complementary color
Monochromatic Colors of #FA7375
Black with #FA7375
Text Example
Text Example
White with #FA7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7375; }
p { color: rgb(250,115,117); }
H1.HeaderClassName
{
color: #FA7375;
}
.AnyTagClassName
{
color: #FA7375;
}
</style>
background-color css
<style>
a { background-color: #FA7375; }
a { background-color: rgb(250,115,117); }
div.DivClassName
{
background-color: #FA7375;
}
.BgClassName
{
background-color: #FA7375;
}
</style>
border-color css
<style>
span { border-color: #FA7375; }
span { border-color: rgb(250,115,117); }
td.TdClassName
{
border-color: #FA7375;
}
.TagClassName
{
border-color: #FA7375;
}
</style>