Shades of Froly #FE7B7C
Tints of Froly #FE7B7C
RGB
CMYK
RGB Variations
Color information
#FE7B7C (or 0xFE7B7C) is known color: Froly. HEX triplet: FE, 7B and 7C. RGB value is (254,123,124). Sum of RGB (Red+Green+Blue) = 254+123+124=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B7C is #018483. Grayscale: #A2A2A2. Windows color (decimal): -99460 or 8158206. OLE color: 8158206.
HSL color Cylindrical-coordinate representation of color #FE7B7C: hue angle of 359.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7B7C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 124 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.00 |
| HSL | 359.54º | 0.98% | 0.74% | - |
| HSV(B) | 359.54º | 0.52% | 1% | - |
| XYZ | 51.59 | 36.69 | 23.43 | - |
| YUV | 162.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 124 | 0 | 0.52 | 0.51 | 0.00 | 359.54 | 0.98 | 0.74 |
| Hex | FE | 7B | 7C | 0 | 34 | 33 | 0 | 168 | 62 | 4A |
| Octal | 376 | 173 | 174 | 0 | 64 | 63 | 0 | 550 | 142 | 112 |
| Binary | 11111110 | 1111011 | 1111100 | 0 | 110100 | 110011 | 0 | 101101000 | 1100010 | 1001010 |
Color Harmonies of #FE7B7C
Complementary color
Monochromatic Colors of #FE7B7C
Black with #FE7B7C
Text Example
Text Example
White with #FE7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B7C; }
p { color: rgb(254,123,124); }
H1.HeaderClassName
{
color: #FE7B7C;
}
.AnyTagClassName
{
color: #FE7B7C;
}
</style>
background-color css
<style>
a { background-color: #FE7B7C; }
a { background-color: rgb(254,123,124); }
div.DivClassName
{
background-color: #FE7B7C;
}
.BgClassName
{
background-color: #FE7B7C;
}
</style>
border-color css
<style>
span { border-color: #FE7B7C; }
span { border-color: rgb(254,123,124); }
td.TdClassName
{
border-color: #FE7B7C;
}
.TagClassName
{
border-color: #FE7B7C;
}
</style>