#FA4E65

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

Shades of Wild Watermelon #FA4E65

Tints of Wild Watermelon #FA4E65

Color information

#FA4E65 (or 0xFA4E65) is unknown color: approx Wild Watermelon. HEX triplet: FA, 4E and 65. RGB value is (250,78,101). Sum of RGB (Red+Green+Blue) = 250+78+101=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E65 is #05B19A. Grayscale: #848484. Windows color (decimal): -373147 or 6639354. OLE color: 6639354.

HSL color Cylindrical-coordinate representation of color #FA4E65: hue angle of 351.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4E65 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB25078101-
CMYK00.690.600.02
HSL351.98º94.51%64.31%-
HSV(B)351.98º68.8%98.04%-
XYZ44.526.7115.12-
YUV132.05110.48212.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.28%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=58.28%
G=18.18%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507810100.690.600.02351.9894.5164.31
HexFA4E650453C21605f40
Octal3721161450105742540137100
Binary1111101010011101100101010001011111001010110000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4E65; }

 p { color: rgb(250,78,101); }

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

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

 a { background-color: rgb(250,78,101); }

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

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

 span { border-color: rgb(250,78,101); }

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