#FE6A74

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

Shades of Wild Watermelon #FE6A74

Tints of Wild Watermelon #FE6A74

Color information

#FE6A74 (or 0xFE6A74) is unknown color: approx Wild Watermelon. HEX triplet: FE, 6A and 74. RGB value is (254,106,116). Sum of RGB (Red+Green+Blue) = 254+106+116=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A74 is #01958B. Grayscale: #979797. Windows color (decimal): -103820 or 7629566. OLE color: 7629566.

HSL color Cylindrical-coordinate representation of color #FE6A74: hue angle of 355.95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6A74 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254106116-
CMYK00.580.540.00
HSL355.95º98.67%70.59%-
HSV(B)355.95º58.27%99.61%-
XYZ49.1832.6420.23-
YUV151.39108.03201.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.36%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=53.36%
G=22.27%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410611600.580.540.00355.9598.6770.59
HexFE6A7403A3601646347
Octal376152164072660544143107
Binary11111110110101011101000111010110110010110010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6A74; }

 p { color: rgb(254,106,116); }

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

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

 a { background-color: rgb(254,106,116); }

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

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

 span { border-color: rgb(254,106,116); }

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