#FE6976

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

Shades of Wild Watermelon #FE6976

Tints of Wild Watermelon #FE6976

Color information

#FE6976 (or 0xFE6976) is unknown color: approx Wild Watermelon. HEX triplet: FE, 69 and 76. RGB value is (254,105,118). Sum of RGB (Red+Green+Blue) = 254+105+118=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6976 is #019689. Grayscale: #979797. Windows color (decimal): -104074 or 7760382. OLE color: 7760382.

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

Color convert

RGB254105118-
CMYK00.590.540.00
HSL354.77º98.68%70.39%-
HSV(B)354.77º58.66%99.61%-
XYZ49.1932.4820.82-
YUV151.03109.36201.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=53.25%
G=22.01%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410511800.590.540.00354.7798.6870.39
HexFE697603B3601636346
Octal376151166073660543143106
Binary11111110110100111101100111011110110010110001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6976; }

 p { color: rgb(254,105,118); }

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

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

 a { background-color: rgb(254,105,118); }

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

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

 span { border-color: rgb(254,105,118); }

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