Shades of Froly #FA7478
Tints of Froly #FA7478
RGB
CMYK
RGB Variations
Color information
#FA7478 (or 0xFA7478) is known color: Froly. HEX triplet: FA, 74 and 78. RGB value is (250,116,120). Sum of RGB (Red+Green+Blue) = 250+116+120=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7478 is #058B87. Grayscale: #9C9C9C. Windows color (decimal): -363400 or 7894266. OLE color: 7894266.
HSL color Cylindrical-coordinate representation of color #FA7478: hue angle of 358.21º 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 #FA7478 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 120 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.02 |
| HSL | 358.21º | 0.93% | 0.72% | - |
| HSV(B) | 358.21º | 0.54% | 0.98% | - |
| XYZ | 49.06 | 34.17 | 21.78 | - |
| YUV | 156.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 120 | 0 | 0.54 | 0.52 | 0.02 | 358.21 | 0.93 | 0.72 |
| Hex | FA | 74 | 78 | 0 | 36 | 34 | 2 | 166 | 5D | 48 |
| Octal | 372 | 164 | 170 | 0 | 66 | 64 | 2 | 546 | 135 | 110 |
| Binary | 11111010 | 1110100 | 1111000 | 0 | 110110 | 110100 | 10 | 101100110 | 1011101 | 1001000 |
Color Harmonies of #FA7478
Complementary color
Monochromatic Colors of #FA7478
Black with #FA7478
Text Example
Text Example
White with #FA7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7478; }
p { color: rgb(250,116,120); }
H1.HeaderClassName
{
color: #FA7478;
}
.AnyTagClassName
{
color: #FA7478;
}
</style>
background-color css
<style>
a { background-color: #FA7478; }
a { background-color: rgb(250,116,120); }
div.DivClassName
{
background-color: #FA7478;
}
.BgClassName
{
background-color: #FA7478;
}
</style>
border-color css
<style>
span { border-color: #FA7478; }
span { border-color: rgb(250,116,120); }
td.TdClassName
{
border-color: #FA7478;
}
.TagClassName
{
border-color: #FA7478;
}
</style>