#FE7A7E

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

Shades of Froly #FE7A7E

Tints of Froly #FE7A7E

Color information

#FE7A7E (or 0xFE7A7E) is unknown color: approx Froly. HEX triplet: FE, 7A and 7E. RGB value is (254,122,126). Sum of RGB (Red+Green+Blue) = 254+122+126=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A7E is #018581. Grayscale: #A2A2A2. Windows color (decimal): -99714 or 8289022. OLE color: 8289022.

HSL color Cylindrical-coordinate representation of color #FE7A7E: hue angle of 358.18º 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 #FE7A7E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254122126-
CMYK00.520.500.00
HSL358.18º98.51%73.73%-
HSV(B)358.18º51.97%99.61%-
XYZ51.636.524.06-
YUV161.92107.73193.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=50.60%
G=24.30%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412212600.520.500.00358.1898.5173.73
HexFE7A7E034320166634a
Octal376172176064620546143112
Binary11111110111101011111100110100110010010110011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A7E; }

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

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

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

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

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

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

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

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