Shades of Froly #FE7C7E
Tints of Froly #FE7C7E
RGB
CMYK
RGB Variations
Color information
#FE7C7E (or 0xFE7C7E) is known color: Froly. HEX triplet: FE, 7C and 7E. RGB value is (254,124,126). Sum of RGB (Red+Green+Blue) = 254+124+126=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C7E is #018381. Grayscale: #A3A3A3. Windows color (decimal): -99202 or 8289534. OLE color: 8289534.
HSL color Cylindrical-coordinate representation of color #FE7C7E: hue angle of 359.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7C7E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 126 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.00 |
| HSL | 359.08º | 0.98% | 0.74% | - |
| HSV(B) | 359.08º | 0.51% | 1% | - |
| XYZ | 51.85 | 36.99 | 24.15 | - |
| YUV | 163.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 126 | 0 | 0.51 | 0.50 | 0.00 | 359.08 | 0.98 | 0.74 |
| Hex | FE | 7C | 7E | 0 | 33 | 32 | 0 | 167 | 62 | 4A |
| Octal | 376 | 174 | 176 | 0 | 63 | 62 | 0 | 547 | 142 | 112 |
| Binary | 11111110 | 1111100 | 1111110 | 0 | 110011 | 110010 | 0 | 101100111 | 1100010 | 1001010 |
Color Harmonies of #FE7C7E
Complementary color
Monochromatic Colors of #FE7C7E
Black with #FE7C7E
Text Example
Text Example
White with #FE7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C7E; }
p { color: rgb(254,124,126); }
H1.HeaderClassName
{
color: #FE7C7E;
}
.AnyTagClassName
{
color: #FE7C7E;
}
</style>
background-color css
<style>
a { background-color: #FE7C7E; }
a { background-color: rgb(254,124,126); }
div.DivClassName
{
background-color: #FE7C7E;
}
.BgClassName
{
background-color: #FE7C7E;
}
</style>
border-color css
<style>
span { border-color: #FE7C7E; }
span { border-color: rgb(254,124,126); }
td.TdClassName
{
border-color: #FE7C7E;
}
.TagClassName
{
border-color: #FE7C7E;
}
</style>