Shades of Froly #FE7B7E
Tints of Froly #FE7B7E
RGB
CMYK
RGB Variations
Color information
#FE7B7E (or 0xFE7B7E) is known color: Froly. HEX triplet: FE, 7B and 7E. RGB value is (254,123,126). Sum of RGB (Red+Green+Blue) = 254+123+126=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B7E is #018481. Grayscale: #A2A2A2. Windows color (decimal): -99458 or 8289278. OLE color: 8289278.
HSL color Cylindrical-coordinate representation of color #FE7B7E: hue angle of 358.63º 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 #FE7B7E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 126 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.00 |
| HSL | 358.63º | 0.98% | 0.74% | - |
| HSV(B) | 358.63º | 0.52% | 1% | - |
| XYZ | 51.72 | 36.74 | 24.1 | - |
| YUV | 162.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 126 | 0 | 0.52 | 0.50 | 0.00 | 358.63 | 0.98 | 0.74 |
| Hex | FE | 7B | 7E | 0 | 34 | 32 | 0 | 167 | 62 | 4A |
| Octal | 376 | 173 | 176 | 0 | 64 | 62 | 0 | 547 | 142 | 112 |
| Binary | 11111110 | 1111011 | 1111110 | 0 | 110100 | 110010 | 0 | 101100111 | 1100010 | 1001010 |
Color Harmonies of #FE7B7E
Complementary color
Monochromatic Colors of #FE7B7E
Black with #FE7B7E
Text Example
Text Example
White with #FE7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B7E; }
p { color: rgb(254,123,126); }
H1.HeaderClassName
{
color: #FE7B7E;
}
.AnyTagClassName
{
color: #FE7B7E;
}
</style>
background-color css
<style>
a { background-color: #FE7B7E; }
a { background-color: rgb(254,123,126); }
div.DivClassName
{
background-color: #FE7B7E;
}
.BgClassName
{
background-color: #FE7B7E;
}
</style>
border-color css
<style>
span { border-color: #FE7B7E; }
span { border-color: rgb(254,123,126); }
td.TdClassName
{
border-color: #FE7B7E;
}
.TagClassName
{
border-color: #FE7B7E;
}
</style>