#FA6375

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

Shades of Wild Watermelon #FA6375

Tints of Wild Watermelon #FA6375

Color information

#FA6375 (or 0xFA6375) is unknown color: approx Wild Watermelon. HEX triplet: FA, 63 and 75. RGB value is (250,99,117). Sum of RGB (Red+Green+Blue) = 250+99+117=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6375 is #059C8A. Grayscale: #929292. Windows color (decimal): -367755 or 7693306. OLE color: 7693306.

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

Color convert

RGB25099117-
CMYK00.600.530.02
HSL352.85º93.79%68.43%-
HSV(B)352.85º60.4%98.04%-
XYZ47.130.5320.24-
YUV146.2111.53202.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=53.65%
G=21.24%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509911700.600.530.02352.8593.7968.43
HexFA637503C3521615e44
Octal372143165074652541136104
Binary111110101100011111010101111001101011010110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6375; }

 p { color: rgb(250,99,117); }

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

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

 a { background-color: rgb(250,99,117); }

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

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

 span { border-color: rgb(250,99,117); }

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