#FA616D

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

Shades of Wild Watermelon #FA616D

Tints of Wild Watermelon #FA616D

Color information

#FA616D (or 0xFA616D) is unknown color: approx Wild Watermelon. HEX triplet: FA, 61 and 6D. RGB value is (250,97,109). Sum of RGB (Red+Green+Blue) = 250+97+109=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA616D is #059E92. Grayscale: #909090. Windows color (decimal): -368275 or 7168506. OLE color: 7168506.

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

Color convert

RGB25097109-
CMYK00.610.560.02
HSL355.29º93.87%68.04%-
HSV(B)355.29º61.2%98.04%-
XYZ46.4629.9817.81-
YUV144.11108.19203.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=54.82%
G=21.27%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509710900.610.560.02355.2993.8768.04
HexFA616D03D3821635e44
Octal372141155075702543136104
Binary111110101100001110110101111011110001010110001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA616D; }

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

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

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

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

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

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

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

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