#FA606D

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

Shades of Wild Watermelon #FA606D

Tints of Wild Watermelon #FA606D

Color information

#FA606D (or 0xFA606D) is unknown color: approx Wild Watermelon. HEX triplet: FA, 60 and 6D. RGB value is (250,96,109). Sum of RGB (Red+Green+Blue) = 250+96+109=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606D is #059F92. Grayscale: #8F8F8F. Windows color (decimal): -368531 or 7168250. OLE color: 7168250.

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

Color convert

RGB25096109-
CMYK00.620.560.02
HSL354.94º93.9%67.84%-
HSV(B)354.94º61.6%98.04%-
XYZ46.3729.7917.77-
YUV143.53108.52203.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=54.95%
G=21.10%
B=23.96%

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
Decimal2509610900.620.560.02354.9493.967.84
HexFA606D03E3821635e44
Octal372140155076702543136104
Binary111110101100000110110101111101110001010110001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA606D; }

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

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

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

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

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

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

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

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