Shades of Froly #FE7A7C
Tints of Froly #FE7A7C
RGB
CMYK
RGB Variations
Color information
#FE7A7C (or 0xFE7A7C) is known color: Froly. HEX triplet: FE, 7A and 7C. RGB value is (254,122,124). Sum of RGB (Red+Green+Blue) = 254+122+124=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A7C is #018583. Grayscale: #A1A1A1. Windows color (decimal): -99716 or 8157950. OLE color: 8157950.
HSL color Cylindrical-coordinate representation of color #FE7A7C: hue angle of 359.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A7C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 124 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.00 |
| HSL | 359.09º | 0.99% | 0.74% | - |
| HSV(B) | 359.09º | 0.52% | 1% | - |
| XYZ | 51.47 | 36.45 | 23.39 | - |
| YUV | 161.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 124 | 0 | 0.52 | 0.51 | 0.00 | 359.09 | 0.99 | 0.74 |
| Hex | FE | 7A | 7C | 0 | 34 | 33 | 0 | 167 | 63 | 4A |
| Octal | 376 | 172 | 174 | 0 | 64 | 63 | 0 | 547 | 143 | 112 |
| Binary | 11111110 | 1111010 | 1111100 | 0 | 110100 | 110011 | 0 | 101100111 | 1100011 | 1001010 |
Color Harmonies of #FE7A7C
Complementary color
Monochromatic Colors of #FE7A7C
Black with #FE7A7C
Text Example
Text Example
White with #FE7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A7C; }
p { color: rgb(254,122,124); }
H1.HeaderClassName
{
color: #FE7A7C;
}
.AnyTagClassName
{
color: #FE7A7C;
}
</style>
background-color css
<style>
a { background-color: #FE7A7C; }
a { background-color: rgb(254,122,124); }
div.DivClassName
{
background-color: #FE7A7C;
}
.BgClassName
{
background-color: #FE7A7C;
}
</style>
border-color css
<style>
span { border-color: #FE7A7C; }
span { border-color: rgb(254,122,124); }
td.TdClassName
{
border-color: #FE7A7C;
}
.TagClassName
{
border-color: #FE7A7C;
}
</style>