#FE696D

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

Shades of Wild Watermelon #FE696D

Tints of Wild Watermelon #FE696D

Color information

#FE696D (or 0xFE696D) is unknown color: approx Wild Watermelon. HEX triplet: FE, 69 and 6D. RGB value is (254,105,109). Sum of RGB (Red+Green+Blue) = 254+105+109=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696D is #019692. Grayscale: #969696. Windows color (decimal): -104083 or 7170558. OLE color: 7170558.

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

Color convert

RGB254105109-
CMYK00.590.570.00
HSL358.39º98.68%70.39%-
HSV(B)358.39º58.66%99.61%-
XYZ48.6832.2818.13-
YUV150.01104.86202.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=54.27%
G=22.44%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410510900.590.570.00358.3998.6870.39
HexFE696D03B3901666346
Octal376151155073710546143106
Binary11111110110100111011010111011111001010110011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE696D; }

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

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

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

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

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

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

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

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