#FA606E

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

Shades of Wild Watermelon #FA606E

Tints of Wild Watermelon #FA606E

Color information

#FA606E (or 0xFA606E) is unknown color: approx Wild Watermelon. HEX triplet: FA, 60 and 6E. RGB value is (250,96,110). Sum of RGB (Red+Green+Blue) = 250+96+110=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606E is #059F91. Grayscale: #8F8F8F. Windows color (decimal): -368530 or 7233786. OLE color: 7233786.

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

Color convert

RGB25096110-
CMYK00.620.560.02
HSL354.55º93.9%67.84%-
HSV(B)354.55º61.6%98.04%-
XYZ46.4229.8218.06-
YUV143.64109.02203.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=54.82%
G=21.05%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509611000.620.560.02354.5593.967.84
HexFA606E03E3821635e44
Octal372140156076702543136104
Binary111110101100000110111001111101110001010110001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA606E; }

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

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

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

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

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

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

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

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