#FA6471

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

Shades of Wild Watermelon #FA6471

Tints of Wild Watermelon #FA6471

Color information

#FA6471 (or 0xFA6471) is unknown color: approx Wild Watermelon. HEX triplet: FA, 64 and 71. RGB value is (250,100,113). Sum of RGB (Red+Green+Blue) = 250+100+113=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6471 is #059B8E. Grayscale: #929292. Windows color (decimal): -367503 or 7431418. OLE color: 7431418.

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

Color convert

RGB250100113-
CMYK00.60.550.02
HSL354.8º93.75%68.63%-
HSV(B)354.8º60%98.04%-
XYZ46.9630.6319.06-
YUV146.33109.2201.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.00%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=54.00%
G=21.60%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010011300.60.550.02354.893.7568.63
HexFA647103C3721635e45
Octal372144161074672543136105
Binary111110101100100111000101111001101111010110001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6471; }

 p { color: rgb(250,100,113); }

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

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

 a { background-color: rgb(250,100,113); }

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

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

 span { border-color: rgb(250,100,113); }

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