#FE7E82

Color #FE7E82 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #FE7E82

Tints of Froly #FE7E82

Color information

#FE7E82 (or 0xFE7E82) is unknown color: approx Froly. HEX triplet: FE, 7E and 82. RGB value is (254,126,130). Sum of RGB (Red+Green+Blue) = 254+126+130=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E82 is #01817D. Grayscale: #A4A4A4. Windows color (decimal): -98686 or 8552190. OLE color: 8552190.

HSL color Cylindrical-coordinate representation of color #FE7E82: hue angle of 358.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7E82 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254126130-
CMYK00.500.490.00
HSL358.12º98.46%74.51%-
HSV(B)358.12º50.39%99.61%-
XYZ52.3637.625.62-
YUV164.73108.41191.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.80%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=49.80%
G=24.71%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412613000.500.490.00358.1298.4674.51
HexFE7E82032310166624b
Octal376176202062610546142113
Binary111111101111110100000100110010110001010110011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7E82; }

 p { color: rgb(254,126,130); }

 H1.HeaderClassName
 {
   color: #FE7E82;
 }
 .AnyTagClassName
 {
   color: #FE7E82;
 }
</style>
background-color css

<style>
 a { background-color: #FE7E82; }

 a { background-color: rgb(254,126,130); }

 div.DivClassName
 {
   background-color: #FE7E82;
 }
 .BgClassName
 {
   background-color: #FE7E82;
 }
</style>
border-color css

<style>
 span { border-color: #FE7E82; }

 span { border-color: rgb(254,126,130); }

 td.TdClassName
 {
   border-color: #FE7E82;
 }
 .TagClassName
 {
   border-color: #FE7E82;
 }
</style>