#FE606E

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

Shades of Wild Watermelon #FE606E

Tints of Wild Watermelon #FE606E

Color information

#FE606E (or 0xFE606E) is unknown color: approx Wild Watermelon. HEX triplet: FE, 60 and 6E. RGB value is (254,96,110). Sum of RGB (Red+Green+Blue) = 254+96+110=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606E is #019F91. Grayscale: #909090. Windows color (decimal): -106386 or 7233790. OLE color: 7233790.

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

Color convert

RGB25496110-
CMYK00.620.570.00
HSL354.68º98.75%68.63%-
HSV(B)354.68º62.2%99.61%-
XYZ47.8730.5618.13-
YUV144.84108.35205.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=55.22%
G=20.87%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549611000.620.570.00354.6898.7568.63
HexFE606E03E3901636345
Octal376140156076710543143105
Binary11111110110000011011100111110111001010110001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE606E; }

 p { color: rgb(254,96,110); }

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

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

 a { background-color: rgb(254,96,110); }

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

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

 span { border-color: rgb(254,96,110); }

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