#FA6175

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

Shades of Wild Watermelon #FA6175

Tints of Wild Watermelon #FA6175

Color information

#FA6175 (or 0xFA6175) is unknown color: approx Wild Watermelon. HEX triplet: FA, 61 and 75. RGB value is (250,97,117). Sum of RGB (Red+Green+Blue) = 250+97+117=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6175 is #059E8A. Grayscale: #919191. Windows color (decimal): -368267 or 7692794. OLE color: 7692794.

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

Color convert

RGB25097117-
CMYK00.610.530.02
HSL352.16º93.87%68.04%-
HSV(B)352.16º61.2%98.04%-
XYZ46.9130.1620.18-
YUV145.03112.19202.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=53.88%
G=20.91%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509711700.610.530.02352.1693.8768.04
HexFA617503D3521605e44
Octal372141165075652540136104
Binary111110101100001111010101111011101011010110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6175; }

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

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

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

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

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

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

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

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