#FA6A71

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

Shades of Wild Watermelon #FA6A71

Tints of Wild Watermelon #FA6A71

Color information

#FA6A71 (or 0xFA6A71) is unknown color: approx Wild Watermelon. HEX triplet: FA, 6A and 71. RGB value is (250,106,113). Sum of RGB (Red+Green+Blue) = 250+106+113=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A71 is #05958E. Grayscale: #959595. Windows color (decimal): -365967 or 7432954. OLE color: 7432954.

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

Color convert

RGB250106113-
CMYK00.580.550.02
HSL357.08º93.51%69.8%-
HSV(B)357.08º57.6%98.04%-
XYZ47.5631.8219.26-
YUV149.85107.21199.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=53.30%
G=22.60%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010611300.580.550.02357.0893.5169.8
HexFA6A7103A3721655e46
Octal372152161072672545136106
Binary111110101101010111000101110101101111010110010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A71; }

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

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

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

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

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

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

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

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