#FA5679

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

Shades of Wild Watermelon #FA5679

Tints of Wild Watermelon #FA5679

Color information

#FA5679 (or 0xFA5679) is unknown color: approx Wild Watermelon. HEX triplet: FA, 56 and 79. RGB value is (250,86,121). Sum of RGB (Red+Green+Blue) = 250+86+121=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5679 is #05A986. Grayscale: #8B8B8B. Windows color (decimal): -371079 or 7952122. OLE color: 7952122.

HSL color Cylindrical-coordinate representation of color #FA5679: hue angle of 347.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5679 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB25086121-
CMYK00.660.520.02
HSL347.2º94.25%65.88%-
HSV(B)347.2º65.6%98.04%-
XYZ46.228.3621.13-
YUV139.03117.83207.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=54.70%
G=18.82%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508612100.660.520.02347.294.2565.88
HexFA567904234215b5e42
Octal3721261710102642533136102
Binary1111101010101101111001010000101101001010101101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5679; }

 p { color: rgb(250,86,121); }

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

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

 a { background-color: rgb(250,86,121); }

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

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

 span { border-color: rgb(250,86,121); }

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