#FE606B

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

Shades of Wild Watermelon #FE606B

Tints of Wild Watermelon #FE606B

Color information

#FE606B (or 0xFE606B) is unknown color: approx Wild Watermelon. HEX triplet: FE, 60 and 6B. RGB value is (254,96,107). Sum of RGB (Red+Green+Blue) = 254+96+107=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606B is #019F94. Grayscale: #909090. Windows color (decimal): -106389 or 7037182. OLE color: 7037182.

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

Color convert

RGB25496107-
CMYK00.620.580.00
HSL355.82º98.75%68.63%-
HSV(B)355.82º62.2%99.61%-
XYZ47.7130.517.28-
YUV144.5106.85206.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.58%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=55.58%
G=21.01%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549610700.620.580.00355.8298.7568.63
HexFE606B03E3A01646345
Octal376140153076720544143105
Binary11111110110000011010110111110111010010110010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE606B; }

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

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

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

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

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

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

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

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